GET Forms/Section/{sectionID}
Get section
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
sectionID |
sectionID |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
FormDTO
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. |