Parameters

Name Description
applicationid:int* required
integer
(path)
ID of the application you want to work with.
userid:int * required
integer
(query)
ID of the user.
deviceid:int * required
integer
(query)
ID of the device.
Responses | Example Value

											
[
  {
    "description": "string",
    "id": 0,
    "localName": "string",
    "name": "string",
    "namespace": "string",
    "outgoing": true,
    "special": true,
    "transport": "string"
  }
]
											
										

Parameters

Name Description
applicationid:int* required
integer
(path)
ID of the application you want to work with.
userid:int * required
integer
(query)
ID of the user.
deviceid:int * required
integer
(query)
ID of the device.
Responses | Example Value

											
[
  {
    "commandId": "string",
    "commandName": "string",
    "currentStep": 0,
    "customState": "string",
    "errorDescription": "string",
    "id": 0,
    "lastActivity": "string",
    "state": "string",
    "stepDescription": "string",
    "totalSteps": 0
  }
]