Request ‒ Devices/Get (Specific)
Property | Type | Description | Mandatory |
---|
deviceId | String | This is the unique identifier automatically assigned by IoT Platform when a Device is created. This deviceId is returned in the response of the Devices/Post. | Y |
Example JSON Devices/Get (Specific) Request
curl -X GET \
https://api.stg.axonize.com/odata/devices/58c6898fb88c391588c91b2d \
-H ‘Authorization: Token’ \
-H ‘Content-Type: application/json’ \
-H ‘appId: 801A048A-9F23-429F-BF0D-B6D35B22771E’ \