Get command details
POST/v1/commands/getDetails
Get a command details.
MQTT Topic
$anedya/device/{deviceid}/commands/getDetails/json
Request
- application/json
Body
reqId string
commandId string
Responses
- 2XX
Success
- application/json
- Schema
- Example (from schema)
Schema
reqId string
success boolean
error string
errorcode integer
commandId string
command string
data string
datatype string
status string
Possible values: [pending
, received
, processing
, success
, failure
]
updated integer
{
"reqId": "string",
"success": true,
"error": "string",
"errorcode": 0,
"commandId": "string",
"command": "string",
"data": "string",
"datatype": "string",
"status": "pending",
"updated": 0
}
Loading...