Developer Services‎ > ‎MessagingV1‎ > ‎

InitForm

Retrieve all data on an EXR form that is already in progress.
Very similar to GetForm, but allows the use of the modifiers field.

URL

https://secure.healthx.com/api/messagingv1/Form/{objectID}?trackingid={trackingID}&transactionid={transactionID}&modifiers={modifiers}

HTTP Method

GET

URL Parameters 
  • objectID: EXR object ID used to get the form, in GUID format (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
    • This is an internal representation of this instance of the ExR form
  • trackingID: Optional.  The tracking ID if it's a reply.
  • transactionID: Optional. The transaction ID if it's a reply, in GUID format (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
  • modifiers: Data connectors as a set of name:value pairs, delimited by the pipe character.
    • eligid:{00000000-0000-0000-0000-000000000000}
    • eligid:{00000000-0000-0000-0000-000000000000}{00000000-0000-0000-0000-000000000000}
      • indicates a subscriber/dependent where the first guid is the eligid of the subscriber and the second guid is the eligid of the dependent
    • depeligid:{00000000-0000-0000-0000-000000000000}

Response

<Transaction>  
  <ObjectID>271b3d48-642f-43de-a361-eb012b01f707</ObjectID>
  <ObjectTypeID>f7d31c1f-8713-4ee4-ad7a-7c8f1bbb5da5</ObjectTypeID>
  <AllowBack>true</AllowBack>
  <AllowPreview>true</AllowPreview>
  <AllowSave>true</AllowSave>
  <AllowSubmit>true</AllowSubmit>
  <DisplayLink>false</DisplayLink>
  <Header>Eligibility</Header>
!-- Fields removed for brevity --!
</Transaction>
Comments