List Device Variables
Query Parameters
Pagination
Filtering
Success Response
{
"count": 3,
"next": null,
"previous": null,
"results": [
{
"id": 2018,
"created_at": "2021-02-01T07:24:08Z",
"variable": "v7",
"value": "ggg",
"device": 1112
},
...
]
}Last updated
Was this helpful?