Retrieves a single device variable, if requesting manager has access permissions to it.
URL: /api/v1/device-variables/{id}/
Method: GET
Code: 200 OK
Content Examples:
{ "id": 2013, "created_at": "2021-01-27T09:00:51Z", "variable": "v1", "value": "aaa", "device": 1112 }