Skip to main content
GET
/
api
/
v2
/
cases
/
{id}
Get case
curl --request GET \
  --url https://api.example.com/api/v2/cases/{id}
{
  "id": "<string>",
  "type": "<string>",
  "branchId": "<string>",
  "feeEarnerId": "<string>",
  "propertyPrice": 123,
  "propertyCurrency": "<string>",
  "reference": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "archivedAt": "2023-11-07T05:31:56Z"
}

Path Parameters

id
string
required

Case ID

Response

Case basic details

id
string

Case ID

type
string

Case type (Sale, Purchase, Remortgage)

branchId
string

Branch ID

feeEarnerId
string

Fee earner ID

propertyPrice
number

Property price

propertyCurrency
string

Property currency (typically GBP)

reference
string

Case reference

createdAt
string<date-time>

Case creation timestamp

archivedAt
string<date-time> | null

Case archive timestamp (null if not archived)