Difference between revisions of "API Method QueueRetrieve"
From Updox API
(Created page with "A method to obtain a specific item from the Integration Queue. == Fields == Please refer to the [https://updoxqa.com/iodox/updox-iodox Interactive API] for a list of the fi...") |
(→Response For Fax) |
||
Line 21: | Line 21: | ||
===== Response For Fax ===== | ===== Response For Fax ===== | ||
− | + | ||
− | { | + | { |
"successful": true, | "successful": true, | ||
"responseMessage": "OK", | "responseMessage": "OK", | ||
Line 68: | Line 68: | ||
"comments": "I am a comment" | "comments": "I am a comment" | ||
} | } | ||
− | } | + | } |
Revision as of 13:20, 10 August 2015
A method to obtain a specific item from 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" }, "messageId":"474030c0-a57e-4386-a377-c1eebfa7a084" }
Responses
Response For Fax
{ "successful": true, "responseMessage": "OK", "responseCode": 2000, "summary": { "messageId": "474030c0-a57e-4386-a377-c1eebfa7a084", "messageType": "ImportPDFRequest", "queuedDateTime": 1438710151000, "processAttemptCount": 1, "processed": false, "statusText": "sending to EHR acct #100232" }, "message": { "patientZipCode": "", "patientFaxNumber": "", "patientEmail": "nate@updox.com", "patientUid": "UPDOX142885", "patientMarital": "", "documentUrl": "https://{environment}/udb/import/bb3c394f-adc0-4fbc-b91a-c005b2f09fc9.pdf", "patientState": "HI", "addedByName": "Nathan Enhanced", "patientAddress2": "", "signOff": "false", "patientLastName": "Dewport", "patientId": "0232", "patientAddress1": "", "patientSuffix": "", "name": "fsfsdf", "patientPrimaryDocId": "", "patientChartNumber": "232", "addedBy": "NATE", "patientWorkPhone": "", "patientHomePhone": "6149600067", "patientGender": "m", "patientFirstName": "Ritch", "patientCity": "", "category": "abc", "importType": "pdf", "patientMiddleName": "", "importDate": "2015-08-04", "patientSsn": "", "patientTitle": "", "patientDob": "19900120", "actionId": "70", "comments": "I am a comment" } }