v2
latestOpenAPI 3.0.12026-07-262352981007.0 KBMatters
Get a matter
Retrieves a specified matter.
get/matters/{matterId}
Path parameters
matterIdstring uuid required
Response
When request is successful. Returns a 'Matter' object.
Example response
{
"id": "b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2",
"externalSystemId": "EXT01",
"versionId": "637771038395217729",
"number": "FUS-124",
"title": "AM-0323-0005 - Smith - Sale - Jones",
"description": "This is a brief description for the matter",
"status": "Open",
"clientCode": "Client A",
"openedDate": "2022-04-23T14:00:00Z",
"closedDate": "2022-04-23T14:00:00Z",
"leadOpenedDate": "2022-04-23T14:00:00Z",
"leadClosedDate": "2022-04-23T14:00:00Z",
"leadClosedReason": "No longer interested",
"branchProviderId": "Smokeball",
"tags": [
{
"id": "a15086f5-4da7-4271-8fea-b24d479ced2b",
"type": "Staff",
"color": "Light Blue"
}
]
}