getDeviceTypes

Gets information about all user/device type associations.

Request

HTTP Request

GET /user/{id}/devicetype

Parameters

Parameter NameRequiredTypeDescription
idYesintegerUser identifier.

Authorization

Access JSON Web Token (ManageUser)

Request Body

In the request body, supply the empty object.

Response

If successful, this method returns array of DeviceType resources in the response body.

Property NameTypeDescription
idintegerDevice type identifier.
namestringDevice type name.
descriptionstringDevice type description.