GET api/forms/{planId}/incomplete-visits/get
Gets a list of incomplete visits with full data for the given plan id. If there are no records the response will be an empty list.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| planId |
The plan to use. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of objects with the full visit data or an empty list if there are no records.
Collection of UiIncompleteVisitFull| Name | Description | Type | Additional information |
|---|---|---|---|
| incompleteVisitData | UiIncompleteVisit |
None. |
|
| savedAnswers | Collection of UiSavedAnswer |
None. |
|
| categoryNotes | Collection of UiSavedCategoryNotes |
None. |
|
| savedTxPlusAnswers | Collection of UiSavedTxPlusAnswer |
None. |
|
| savedEmbeddedSignatures | Collection of UiSavedEmbeddedSignature |
None. |
|
| savedSignAndSubmitSignatures | Collection of UiSavedTemporarySignature |
None. |
|
| savedTxPlusExtendedAnswers | Collection of TxPlusExtendedAnswerDto |
None. |
|
| savedCrediblePlanDocumentation | Collection of TzCrediblePlanSavedDocumentation |
None. |
|
| savedExtendedFieldValues | Collection of CrediblePlanElementExtendedFieldValue |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.