List all queued commands
POST/v1/commands/list
This API allows devices to fetch the list of commands if out of order execution or parallel execution of multiple commands is required.
Please note that changing status of a command received from list API may change the output of next
API
List API returns the command list in the ascending order of creation.
note
The list API returns commands with following status only: pending
, received
, processing
. Commands with any
other status is considered as concluded
MQTT Topic
$anedya/device/{deviceid}/commands/list/json
Request
Responses
- 2XX
Success