Gets information about device.

Request

HTTP Request

GET /device/{id}

Parameters

Parameter NameRequiredTypeDescription
idYesstringDevice 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 NameTypeDescription
idstringDevice unique identifier.
namestringDevice display name.
data objectobjectDevice data, a JSON object with an arbitrary structure.
networkIdintegerAssociated network id.
isBlockedbooleanIndicates whether device is blocked.