Get Pending Commands

Get Pending Commands
Request
URI
GET
https://http://localhost:3000/api/devices/{device_id}/commands
COPY
Path Parameters
string
device_id
Required

device_id


Responses
200
Returns devicemgmtGetCommandResponse of type(s) */*
{
    "commandMessage": [
        {
            "deviceId": "string",
            "lastUpdatedTime": "string",
            "asRoot": "boolean",
            "command": "string",
            "arguments": [
                {
                    "type": "string",
                    "name": "string",
                    "value": [
                        "string"
                    ]
                }
            ],
            "createdTime": "string",
            "clientId": "string",
            "commandId": "string",
            "execPath": "string",
            "name": "string"
        }
    ]
}
commandMessage
Optional

commandMessage


404

Not Found

Operation doesn't return any data structure