API Method QueueList
From Updox API
A method to obtain a list of items on the Integration Queue.
Contents |
Fields
Please refer to the Interactive API for a list of the fields for this method.
Sample Request and Response
Request
REQUEST {
"auth":{ "applicationId":"updox", "applicationPassword":"password", "accountId":"100"}
}
Response
{
"successful": true, "responseMessage": "OK", "responseCode": 2000, "messages": [ { "messageId": "474030c0-a57e-4386-a377-c1eebfa7a084", "messageType": "{MessageType}", "queuedDateTime": 1438710151000, "processAttemptCount": 0, "processed": false, "statusText": "{StatusTextMessage}" } ]
}