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

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: 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

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: 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

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
106The user device limit is exceeded.
600The 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

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: userDeviceUpdateRequest
media types: */*
application/xml
application/json

(no documentation provided)

Response Body

element: userDeviceUpdateResponse
media types: */*
application/xml
application/json

(no documentation provided)