Retrieves a single device variable, if the requesting manager has access permissions to it.
URL: /api/v1/device-variables/{id}/
/api/v1/device-variables/{id}/
Method: GET
GET
Code: 200 OK
200 OK
{ "id": 2013, "created_at": "2021-01-27T09:00:51Z", "variable": "v1", "value": "aaa", "device": 1112 }
Last updated 4 months ago
Was this helpful?