GET api/forms/{visitTempId}/GetIncompleteVisit
Gets an incomplete visit.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| visitTempId |
the tempId of the visit to get. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An Http response message with the folliwing status codes: 200 = success (always returns the incomplete visit), 400 = bad request (the request is malformed or with invalid data), 404 = not found (this is returned when the provided visitTempId is found), 500 = something went wrong (the request was not processed)
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.