GET api/DCMLitigationTracker

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

CustomLitigationCaseCategory
NameDescriptionTypeAdditional information
CaseCategoryId

globally unique identifier

None.

CaseCategory

string

None.

ClientName

string

None.

ClientID

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "CaseCategoryId": "a4a81ff0-e73f-4def-89d7-cb40bc219454",
  "CaseCategory": "sample string 2",
  "ClientName": "sample string 3",
  "ClientID": "31bee035-9f93-46ef-99c7-4f2e1e1d0546"
}

application/xml, text/xml

Sample:
<CustomLitigationCaseCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.Models">
  <CaseCategory>sample string 2</CaseCategory>
  <CaseCategoryId>a4a81ff0-e73f-4def-89d7-cb40bc219454</CaseCategoryId>
  <ClientID>31bee035-9f93-46ef-99c7-4f2e1e1d0546</ClientID>
  <ClientName>sample string 3</ClientName>
</CustomLitigationCaseCategory>