Skip to main content

Get command details

POST 

/v1/commands/getDetails

Get a command details.

MQTT Topic

$anedya/device/{deviceid}/commands/getDetails/json

Request

Body

    reqId string
    commandId string

Responses

Success

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
Loading...