api:iptv:flexcareconference
API : IPTV : FlexCare Conference
This is the API calls are used to create and update meetings. Get list of devices where FlexCare Conference app is installed. Endpoints for app installed on android tablet to retrive meeting and update meetings
| Meeting endpoints - used to create meetings, commands and retrive updates | |
|---|---|
| List devices | List devices from telecomx where FlexCare Conference app is installed |
| List meetings | List all meetings. |
| Create | Create a new meeting. |
| Create command | Creates command to be executed by FlexCare Conference app. |
| Update meeting, commands and state | Updates status on commands and meeting state. |
| Meeting endpoints to get meetings, commands and update meeting - used by apps on tablet | |
|---|---|
| Get commands | Fetch devices commands. |
| Response command | Updates command status, also meeting state. |
| Get meeting | Fetch meeting for device. |
Token
Most app API's requires a token. It is possible to get the token when Android launcher starts an app, conntact reseller for this option.
When calling the API, the token can be presented in 3 ways:
| Method | Description | Example |
|---|---|---|
| HTTP header | As an HTTP header | Authorization: Bearer <TOKEN> |
| Body | As a property in the JSON body on POST requests | { token: <TOKEN>, other-arg: 'value' } |
| Query | As an argument on the URL | ?a=b&token=<TOKEN> |
api/iptv/flexcareconference.txt · Last modified: 2025/02/19 12:30 by Gudni Sigurdsson