GET api/Cases/{id}/Detail

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

CaseDetail
NameDescriptionTypeAdditional information
Description

string

None.

Submitter

UserSimple

None.

Rating

decimal number

None.

Transitions

Collection of TransitionSimple

None.

Sections

Collection of SectionSimple

None.

FullSections

Collection of SectionDetail

None.

AttachmentIds

Collection of globally unique identifier

None.

Id

globally unique identifier

None.

FriendlyId

string

None.

Owner

UserSimple

None.

CurrentState

StateSimple

None.

Organization

OrganizationSimple

None.

WaitingOnRoles

Collection of RoleSimple

None.

EntryTimestamp

date

None.

ModifiedTimestamp

date

None.

EventTimestamp

date

None.

CompletedTransitions

integer

None.

TotalTransitions

integer

None.

Name

string

Required

OrganizationId

globally unique identifier

Required

AvailableReports

Collection of ReportSimple

None.

Links

Collection of Link

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 'FullSections[0].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 'FullSections[0].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.