getDeviceTypes
Gets information about all user/device type associations.
Request
HTTP Request
GET /user/{id}/devicetype
Parameters
Parameter Name | Required | Type | Description |
---|---|---|---|
id | Yes | integer | User 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 Name | Type | Description |
---|---|---|
id | integer | Device type identifier. |
name | string | Device type name. |
description | string | Device type description. |
Updated less than a minute ago