Skip to main content
GET
/
enterprise
/
queue
/
command
/
panels
Get Command Queue Resources in operation
curl --request GET \
  --url https://apigw.bienport.com/api/enterprise/queue/command/panels \
  --header 'Authorization: <authorization>' \
  --header 'OrganizationId: <organizationid>'
[
  {
    "totalRecord": 10,
    "commandQueueList": [
      {
        "brand": "<string>",
        "commandType": 123,
        "failureListenerClass": "<string>",
        "failureMeta": "<string>",
        "id": 123,
        "lastOprTime": 123,
        "model": "<string>",
        "newPin": "<string>",
        "notificationOptionId": 123,
        "oprUserId": 123,
        "organizationId": 123,
        "organizationName": "<string>",
        "resourceId": 123,
        "resourceName": "<string>",
        "retryCount": 123,
        "scheduleTaskId": 123,
        "status": 123,
        "successListenerClass": "<string>",
        "successMeta": "<string>",
        "topOrganizationId": 123,
        "topOrganizationName": "<string>",
        "treePath": "<string>",
        "userId": 123,
        "userName": "<string>",
        "userType": "<string>"
      }
    ],
    "resourcesInOperationList": [
      123
    ]
  }
]

Headers

Authorization
string
required

Access Token

OrganizationId
string
required

Organization ID

Response

List of resources in operation command queue.

totalRecord
integer

Total Record

Example:

10

commandQueueList
QueuedItemResponse · object[]

Command Queue List

resourcesInOperationList
integer[]

Resources In Operation List