get
Gets information about device.
Request
HTTP Request
GET /device/{id}
Parameters
Parameter Name | Required | Type | Description |
---|---|---|---|
id | Yes | string | Device unique identifier. |
Authorization
Access JSON Web Token (GetDevice)
Request Body
Do not supply a request body with this method.
Response
If successful, this method returns a Device resource in the response body.
Property Name | Type | Description |
---|---|---|
id | string | Device unique identifier. |
name | string | Device display name. |
data object | object | Device data, a JSON object with an arbitrary structure. |
networkId | integer | Associated network id. |
isBlocked | boolean | Indicates whether device is blocked. |
Updated less than a minute ago