Skip to main content
GET
/
enterprise
/
queue
/
command
/
filter
Get Command Queue
curl --request GET \
  --url https://apigw.bienport.com/api/enterprise/queue/command/filter \
  --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

Query Parameters

filterType
integer
required

filterType

pageNo
integer
required

pageNo

pageSize
integer
required

pageSize

Response

List of command queue.

totalRecord
integer

Total Record

Example:

10

commandQueueList
QueuedItemResponse · object[]

Command Queue List

resourcesInOperationList
integer[]

Resources In Operation List