API to get and filter command requests
Security
apiKey
- Mock serverhttps://develop-api.esper.io/_mock/openapi/commands/v0/commands/
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/commands/v0/commands/
curl -i -X GET \
'https://develop-api.esper.io/_mock/openapi/commands/v0/commands/?devices=string&groups=string&command=string&schedule=IMMEDIATE&exclude_internal_commands=false&limit=0&offset=0' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "code": 0, "message": "string", "content": { "count": 0, "previous": "string", "next": "string", "results": [ … ] } }