GET Forms/FormEntry/NavInfo/{clientID}
Get basic form info for displaying a navigation bar in the Charts section
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientID |
ClientID to return navigation list for |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
List of FormNavListInfoDTO
Collection of FormNavListInfoDtoName | Description | Type | Additional information |
---|---|---|---|
FormID | integer |
None. |
|
FormName | string |
None. |
|
Title | string |
None. |
|
FormCategoryID | integer |
None. |
|
Version | string |
None. |
|
VersionMajor | byte |
None. |
|
VersionMinor | byte |
None. |
|
FormType | FormType |
None. |
|
FormSubType | integer |
None. |
|
LastUpdated | FormAuditDataDto |
None. |
|
Created | FormAuditDataDto |
None. |
|
SubForms | Collection of FormNavListInfoDto |
None. |
|
ParentField | SubFormFormFieldDto |
None. |
|
FieldNames | Collection of string |
None. |
|
ParentHasScoreFormFields | boolean |
None. |