UserCallEndpoint
The following resources are applicable:
- /user/call/count/unread
- /user/call/delete/all
- /user/call/delete/list
- /user/call/get
- /user/call/insert
- /user/call/read/all
- /user/call/sync
- /user/call/update
/user/call/count/unread
Mount Point: /rest/user/call/count/unread
POST
Gives the amount of unread calls
Error Codes
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: | userCallCountUnreadRequest |
media types: | */* application/xml application/json |
(no documentation provided)
Response Body
element: | userCallCountUnreadResponse |
media types: | */* application/xml application/json |
(no documentation provided)
/user/call/delete/all
Mount Point: /rest/user/call/delete/all
POST
Delete a user call conversation and all of it's calls.
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: | userCallDeleteAllRequest |
media types: | */* application/xml application/json |
(no documentation provided)
Response Body
element: | userCallDeleteAllResponse |
media types: | */* application/xml application/json |
(no documentation provided)
/user/call/delete/list
Mount Point: /rest/user/call/delete/list
POST
Deletes a list of user calls.
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: | userCallDeleteListRequest |
media types: | */* application/xml application/json |
(no documentation provided)
Response Body
element: | userCallDeleteListResponse |
media types: | */* application/xml application/json |
(no documentation provided)
/user/call/get
Mount Point: /rest/user/call/get
POST
Gets user calls.
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: | userCallGetCallsRequest |
media types: | */* application/xml application/json |
(no documentation provided)
Response Body
element: | userCallGetCallsResponse |
media types: | */* application/xml application/json |
(no documentation provided)
/user/call/insert
Mount Point: /rest/user/call/insert
POST
Insert a user 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: | userCallInsertRequest |
media types: | */* application/xml application/json |
(no documentation provided)
Response Body
element: | userCallInsertResponse |
media types: | */* application/xml application/json |
(no documentation provided)
/user/call/read/all
Mount Point: /rest/user/call/read/all
POST
Marks a all user call conversation as read.
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: | userCallReadAllRequest |
media types: | */* application/xml application/json |
(no documentation provided)
Response Body
element: | userCallReadAllResponse |
media types: | */* application/xml application/json |
(no documentation provided)
/user/call/sync
Mount Point: /rest/user/call/sync
POST
Synchronizes calls between server and 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 |
105 | The given device id is invalid. |
600 | The api key is invalid |
Request Body
element: | userCallSyncRequest |
media types: | */* application/xml application/json |
(no documentation provided)
Response Body
element: | userCallSyncResponse |
media types: | */* application/xml application/json |
(no documentation provided)
/user/call/update
Mount Point: /rest/user/call/update
POST
Updates a user 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: | userCallUpdateRequest |
media types: | */* application/xml application/json |
(no documentation provided)
Response Body
element: | userCallUpdateResponse |
media types: | */* application/xml application/json |
(no documentation provided)