UserDeviceEndpoint
The following resources are applicable:
/user/device/client/delete
Mount Point: /rest/user/device/client/delete
POST
Delete a previously created client device.
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 |
| 105 | The given device id is invalid. |
| 600 | The api key is invalid |
Request Body
| element: | userDeviceClientDeleteRequest |
| media types: | */* application/xml application/json |
(no documentation provided)
Response Body
| element: | userDeviceClientDeleteResponse |
| media types: | */* application/xml application/json |
(no documentation provided)
/user/device/client/get
Mount Point: /rest/user/device/client/get
POST
Gets or creates a new client device id
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: | userDeviceClientGetRequest |
| media types: | */* application/xml application/json |
(no documentation provided)
Response Body
| element: | userDeviceClientGetResponse |
| media types: | */* application/xml application/json |
(no documentation provided)
/user/device/create
Mount Point: /rest/user/device/create
POST
Creates a new device. A existing device is needed for all cloud services.
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 |
| 106 | The user device limit is exceeded. |
| 600 | The api key is invalid |
Request Body
| element: | userDeviceCreateRequest |
| media types: | */* application/xml application/json |
(no documentation provided)
Response Body
| element: | userDeviceCreateResponse |
| media types: | */* application/xml application/json |
(no documentation provided)
/user/device/update
Mount Point: /rest/user/device/update
POST
Updates a previously created device. A existing device is needed for all cloud services.
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 |
| 105 | The given device id is invalid. |
| 600 | The api key is invalid |
Request Body
| element: | userDeviceUpdateRequest |
| media types: | */* application/xml application/json |
(no documentation provided)
Response Body
| element: | userDeviceUpdateResponse |
| media types: | */* application/xml application/json |
(no documentation provided)