RemoteCallEndpoint
The following resources are applicable:
/remote/call/control
Mount Point: /rest/remote/call/control
POST
Controls a active remote call
Error Codes
| 2 | A required parameter was not given |
| 97 | The access to the api was denied |
| 98 | You made too much requests in a short time |
| 99 | The service is currently not available |
| 100 | The auth token is invalid |
| 600 | The api key is invalid |
Request Body
| element: | remoteCallControlRequest |
| media types: | */* application/xml application/json |
(no documentation provided)
Response Body
| element: | remoteCallControlResponse |
| media types: | */* application/xml application/json |
(no documentation provided)
/remote/call/failed
Mount Point: /rest/remote/call/failed
POST
Notifies the sender for a failed remote call request
Error Codes
| 2 | A required parameter was not given |
| 97 | The access to the api was denied |
| 98 | You made too much requests in a short time |
| 99 | The service is currently not available |
| 100 | The auth token is invalid |
| 600 | The api key is invalid |
Request Body
| element: | remoteCallFailedRequest |
| media types: | */* application/xml application/json |
(no documentation provided)
Response Body
| element: | remoteCallFailedResponse |
| media types: | */* application/xml application/json |
(no documentation provided)
/remote/call/initiate
Mount Point: /rest/remote/call/initiate
POST
Initiate a remote call on master device
Error Codes
| 2 | A required parameter was not given |
| 97 | The access to the api was denied |
| 98 | You made too much requests in a short time |
| 99 | The service is currently not available |
| 100 | The auth token is invalid |
| 600 | The api key is invalid |
| 1200 | The address is not in the correct format (i.e: +436761234567). |
Request Body
| element: | remoteCallInitiateRequest |
| media types: | */* application/xml application/json |
(no documentation provided)
Response Body
| element: | remoteCallInitiateResponse |
| media types: | */* application/xml application/json |
(no documentation provided)