Developer Services‎ > ‎MessagingV1‎ > ‎

Admin GetThreadData

Allows you to pass in a Tracking ID (sometimes referred to as a Thread ID) and retrieves the data for the last transaction of that thread.

URL:

https://secure.healthx.com/api/messagingv1/admin/thread/{trackingid}/data


HTTP Method:

GET

Parameters:

  • Tracking ID: The ID of the thread you want to retrieve.
 
Example response:


<ArrayOfItem xmlns="http://schemas.datacontract.org/2004/07/Healthx.Foundation.Messaging" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Item>
    <IsEncrypted>false</IsEncrypted>
        <Label>Required Field</Label>
        <Name>REQFI</Name>
        <Type>TextBox</Type>
        <Value>fg</Value><Visible>true</Visible>
</Item>
</ArrayOfItem>



Comments