GET api/cases/{caseId}/fullsections/{caseSectionId}

Get a fully hydrated section specific to the case

Request Information

URI Parameters

NameDescriptionTypeAdditional information
caseId

globally unique identifier

Required

caseSectionId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

SectionDetail
NameDescriptionTypeAdditional 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:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'XCapture.DTO.SectionDetail'. Path 'FullSubSections'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'XCapture.DTO.SectionDetail'. Path 'FullSubSections'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[XCapture.DTO.SectionDetail, XCapture.DTO, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[XCapture.DTO.SectionDetail, XCapture.DTO, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.