GET api/Cases/{id}/Detail
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
CaseDetail| Name | Description | Type | Additional 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:
text/json
Sample:
application/xml
Sample:
text/xml
Sample: