UserCallEndpoint

The following resources are applicable:

/user/call/count/unread

Mount Point: /rest/user/call/count/unread

POST

Gives the amount of unread calls

Error Codes

97The access to the api was denied
98You made too much requests in a short time
99The service is currently not available
100The auth token is invalid
600The 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

2A required parameter was not given
97The access to the api was denied
98You made too much requests in a short time
99The service is currently not available
100The auth token is invalid
600The 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

2A required parameter was not given
97The access to the api was denied
98You made too much requests in a short time
99The service is currently not available
100The auth token is invalid
600The 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

2A required parameter was not given
97The access to the api was denied
98You made too much requests in a short time
99The service is currently not available
100The auth token is invalid
600The 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

2A required parameter was not given
97The access to the api was denied
98You made too much requests in a short time
99The service is currently not available
100The auth token is invalid
600The 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

2A required parameter was not given
97The access to the api was denied
98You made too much requests in a short time
99The service is currently not available
100The auth token is invalid
600The 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

2A required parameter was not given
97The access to the api was denied
98You made too much requests in a short time
99The service is currently not available
100The auth token is invalid
105The given device id is invalid.
600The 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

2A required parameter was not given
97The access to the api was denied
98You made too much requests in a short time
99The service is currently not available
100The auth token is invalid
600The 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)