Retrieves the list of open messages. URL https://secure.healthx.com/api/MessagingV1/Inbox?startindex={startIndex}&count={count}&sortfield={sortField}&sortdir={sortDir}
HTTP Method GET Parameters - startIndex: The index to start.
- count: The count of messages to return.
- sortField: The field to sort by.
- sortDir: The sort order: asc or desc.
Response
<ArrayOfMessage> <Message> <DateSent>2010-01-18T16:37:34.107</DateSent> <FormID>1c72144c-4dfa-4f82-81a7-b95f2b7a7f43</FormID> <OrgID>d4b4deb7-2729-446e-b640-6fcb873c6f9e</OrgID> <ProcessName>Prescription Request</ProcessName> <Sender>John Doe</Sender> <Status>Open</Status> <TrackingID>200582</TrackingID> <TransactionID>ad2274d5-5252-4916-886b-94622c61523c</TransactionID> </Message> </ArrayOfMessage>
|