[
{
"id": 123,
"actionId": 123,
"params": "<string>",
"agent": "<string>",
"status": 123,
"jobResult": "<string>",
"originId": 123,
"originType": "<string>",
"createdDate": "2023-11-07T05:31:56Z",
"modifiedDate": "2023-11-07T05:31:56Z",
"createdUser": "<string>",
"modifiedUser": "<string>",
"action": {
"id": 123,
"actionCommand": "<string>",
"actionDescription": "<string>",
"actionParams": "<string>",
"actionType": 123,
"actionEditable": true,
"createdDate": "2023-11-07T05:31:56Z",
"modifiedDate": "2023-11-07T05:31:56Z",
"createdUser": "<string>",
"modifiedUser": "<string>"
},
"statusLabel": "PENDING"
}
]
[
{
"id": 123,
"actionId": 123,
"params": "<string>",
"agent": "<string>",
"status": 123,
"jobResult": "<string>",
"originId": 123,
"originType": "<string>",
"createdDate": "2023-11-07T05:31:56Z",
"modifiedDate": "2023-11-07T05:31:56Z",
"createdUser": "<string>",
"modifiedUser": "<string>",
"action": {
"id": 123,
"actionCommand": "<string>",
"actionDescription": "<string>",
"actionParams": "<string>",
"actionType": 123,
"actionEditable": true,
"createdDate": "2023-11-07T05:31:56Z",
"modifiedDate": "2023-11-07T05:31:56Z",
"createdUser": "<string>",
"modifiedUser": "<string>"
},
"statusLabel": "PENDING"
}
]
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK
The response is of type object[]
.