GET api/cases/{caseId}/fullsections
Get the fully hydrated sections of a case
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| caseId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SectionDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| HelpText | string |
None. |
|
| ParentSectionId | globally unique identifier |
None. |
|
| SubSections | Collection of SectionSimple |
None. |
|
| FullSubSections | Collection of SectionDetail |
None. |
|
| QuestionIds | Collection of globally unique identifier |
None. |
|
| Questions | Collection of QuestionDetail |
None. |
|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| OrderIndex | integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample: