GET api/Cases/{id}
Get a Case summary by it's Guid id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the Case to fetch |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
The summary record of the desired Case
CaseSimple| Name | Description | Type | Additional information |
|---|---|---|---|
| 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, text/json
Sample:
{
"Id": "667faded-2eac-4e81-96f8-a0cd0ac0e0e6",
"FriendlyId": "sample string 1",
"Owner": {
"Id": "b6e234c4-1b5c-487f-ac47-550b014c1b60",
"Username": "sample string 2",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Title": "sample string 5",
"Email": "sample string 6",
"Phone": "sample string 7",
"ExternalId": "sample string 8",
"Roles": [
{
"Id": "ce19b2e7-ec7a-4d27-b883-0eb0456e2cfc",
"Name": "sample string 2",
"OrganizationId": "b8da5673-11d3-41cc-b18d-7d0ea97757d2"
},
{
"Id": "ce19b2e7-ec7a-4d27-b883-0eb0456e2cfc",
"Name": "sample string 2",
"OrganizationId": "b8da5673-11d3-41cc-b18d-7d0ea97757d2"
}
]
},
"CurrentState": {
"Id": "048dfc05-7879-4736-a7ac-c8e092647b1e",
"Name": "sample string 2"
},
"Organization": {
"Id": "b01b23d0-9743-4c48-bb13-0f36a47ae224",
"Name": "sample string 2",
"IconUrl": "sample string 3"
},
"WaitingOnRoles": [
{
"Id": "ce19b2e7-ec7a-4d27-b883-0eb0456e2cfc",
"Name": "sample string 2",
"OrganizationId": "b8da5673-11d3-41cc-b18d-7d0ea97757d2"
},
{
"Id": "ce19b2e7-ec7a-4d27-b883-0eb0456e2cfc",
"Name": "sample string 2",
"OrganizationId": "b8da5673-11d3-41cc-b18d-7d0ea97757d2"
}
],
"EntryTimestamp": "2025-12-14T19:13:36.9956146+00:00",
"ModifiedTimestamp": "2025-12-14T19:13:36.9956146+00:00",
"EventTimestamp": "2025-12-14T19:13:36.9956146+00:00",
"CompletedTransitions": 5,
"TotalTransitions": 6,
"Name": "sample string 7",
"OrganizationId": "a5a8bfd7-748f-4cd0-8cc2-5332adb86d2f",
"AvailableReports": [
{
"Id": "0ac702e4-4228-4880-a905-43bd06712cdc",
"Name": "sample string 2"
},
{
"Id": "0ac702e4-4228-4880-a905-43bd06712cdc",
"Name": "sample string 2"
}
],
"Links": []
}
application/xml, text/xml
Sample:
<CaseSimple xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XCapture.DTO">
<Links />
<AvailableReports>
<ReportSimple>
<Id>0ac702e4-4228-4880-a905-43bd06712cdc</Id>
<Name>sample string 2</Name>
</ReportSimple>
<ReportSimple>
<Id>0ac702e4-4228-4880-a905-43bd06712cdc</Id>
<Name>sample string 2</Name>
</ReportSimple>
</AvailableReports>
<CompletedTransitions>5</CompletedTransitions>
<CurrentState>
<Id>048dfc05-7879-4736-a7ac-c8e092647b1e</Id>
<Name>sample string 2</Name>
</CurrentState>
<EntryTimestamp xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-14T19:13:36.9956146Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</EntryTimestamp>
<EventTimestamp xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-14T19:13:36.9956146Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</EventTimestamp>
<FriendlyId>sample string 1</FriendlyId>
<Id>667faded-2eac-4e81-96f8-a0cd0ac0e0e6</Id>
<ModifiedTimestamp xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-14T19:13:36.9956146Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</ModifiedTimestamp>
<Name>sample string 7</Name>
<Organization>
<IconUrl>sample string 3</IconUrl>
<Id>b01b23d0-9743-4c48-bb13-0f36a47ae224</Id>
<Name>sample string 2</Name>
</Organization>
<OrganizationId>a5a8bfd7-748f-4cd0-8cc2-5332adb86d2f</OrganizationId>
<Owner>
<Email>sample string 6</Email>
<ExternalId>sample string 8</ExternalId>
<FirstName>sample string 3</FirstName>
<Id>b6e234c4-1b5c-487f-ac47-550b014c1b60</Id>
<LastName>sample string 4</LastName>
<Phone>sample string 7</Phone>
<Roles>
<RoleSimple>
<Id>ce19b2e7-ec7a-4d27-b883-0eb0456e2cfc</Id>
<Name>sample string 2</Name>
<OrganizationId>b8da5673-11d3-41cc-b18d-7d0ea97757d2</OrganizationId>
</RoleSimple>
<RoleSimple>
<Id>ce19b2e7-ec7a-4d27-b883-0eb0456e2cfc</Id>
<Name>sample string 2</Name>
<OrganizationId>b8da5673-11d3-41cc-b18d-7d0ea97757d2</OrganizationId>
</RoleSimple>
</Roles>
<Title>sample string 5</Title>
<Username>sample string 2</Username>
</Owner>
<TotalTransitions>6</TotalTransitions>
<WaitingOnRoles>
<RoleSimple>
<Id>ce19b2e7-ec7a-4d27-b883-0eb0456e2cfc</Id>
<Name>sample string 2</Name>
<OrganizationId>b8da5673-11d3-41cc-b18d-7d0ea97757d2</OrganizationId>
</RoleSimple>
<RoleSimple>
<Id>ce19b2e7-ec7a-4d27-b883-0eb0456e2cfc</Id>
<Name>sample string 2</Name>
<OrganizationId>b8da5673-11d3-41cc-b18d-7d0ea97757d2</OrganizationId>
</RoleSimple>
</WaitingOnRoles>
</CaseSimple>