GET api/cases/{caseId}/fullsections/{caseSectionId}
Get a fully hydrated section specific to the case
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| caseId | globally unique identifier |
Required |
|
| caseSectionId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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: