GET Forms/Section
Get sections
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
IncludeActive | boolean |
None. |
|
IncludeInactive | boolean |
None. |
|
IncludeDeleted | boolean |
None. |
|
Match | FormMatchCriteriaStringType |
None. |
|
FormSectionIDs | Collection of integer |
None. |
|
FormID | integer |
None. |
|
SectionName | string |
None. |
|
Type | FormSectionType |
None. |
|
Caption | string |
None. |
|
Introduction | string |
None. |
Body Parameters
None.
Response Information
Resource Description
List of FormSectionDTOs
Collection of FormSectionDtoName | Description | Type | Additional information |
---|---|---|---|
FormSectionID | integer |
None. |
|
FormID | integer |
None. |
|
SectionName | string |
None. |
|
Type | FormSectionType |
None. |
|
Caption | string |
None. |
|
Introduction | string |
None. |
|
SortOrder | integer |
None. |
|
AnnotationType | FormAnnotationType |
None. |
|
NumberType | FormNumberType |
None. |
|
NumberText | string |
None. |
|
CalculatedNumber | string |
None. |
|
Tips | string |
None. |
|
RecordState | FormRecordState |
None. |
|
Created | FormAuditDataDto |
None. |
|
LastUpdated | FormAuditDataDto |
None. |
|
IsPartialData | boolean |
None. |
|
IsVisible | boolean |
None. |