This endpoints is for response to a command from tablet.
| URL | https://api.telecomx.dk/iptv/flexcareconference/meeting/FLEXCARE_CONFERENCE_ID/commands/response | ||
|---|---|---|---|
| Method | POST | ||
| Access level | RESELLER, ADMIN | ||
| Params | FLEXCARE_CONFERENCE_ID | Id of the FlexCare Conference meeting. | |
| Body | token | String | Session token for authentication. |
https://api.telecomx.dk/iptv/flexcareconference/meeting/1234567890123457890CCCC/commands/response
| JSON object | ||
|---|---|---|
| success | Bollean | If true then success |
{ success: true }
| Error code | Message | Description |
|---|---|---|
| 403 | token | Access denied |
| 404 | commands | Commands not found |
| 404 | device | Device not found |
| 404 | meeting | Meeting not found |
| 404 | device | Device not found in meeting |
| 500 | internal_error | <Unspecified> |