API to get and filter deivce command history
Security
apiKey
- Mock serverhttps://develop-api.esper.io/_mock/openapi/v0/enterprise/{enterprise_id}/device/{device_id}/command-history/
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/v0/enterprise/{enterprise_id}/device/{device_id}/command-history/
curl -i -X GET \
'https://develop-api.esper.io/_mock/openapi/v0/enterprise/{enterprise_id}/device/{device_id}/command-history/?state=string' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "count": 0, "next": "string", "previous": "string", "results": [ { … } ] }