Commands V2.0 provides advanced device commands capabilities like queuing, support for offline devices, dynamic device set for commands and command history. Commands 2.0 is in active development and we will add support for all the commands soon
API to get and filter command requests
Security
apiKey
- Mock serverhttps://develop-api.esper.io/_mock/openapi/v0/enterprise/{enterprise_id}/command/
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/v0/enterprise/{enterprise_id}/command/
curl -i -X GET \
'https://develop-api.esper.io/_mock/openapi/v0/enterprise/{enterprise_id}/command/?command_type=string&devices=string&device_type=string&command=string&issued_by=string' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "count": 0, "next": "string", "previous": "string", "results": [ { … } ] }