v2
latestOpenAPI 3.0.12026-07-262352981007.0 KBGet matters
Returns a list of matters. To return leads, set the isLead search option to true.
Query parameters
Filter matters by specified search term. This field is wide reaching, it is used to search by clients, othersides, description and matter numbers.
Filter by matter type identifier.
Filter by the contact identifier.
Filter by current status of the matter.
Possible values: Open, Pending, Closed, Deleted or Cancelled.
Boolean flag to return 'Leads'. This is false by default.
A Lead is a potential matter that has not yet been converted to a full matter. The data structure of a lead is similar to a matter, but with some small variances.
Type of matter to search for. This is set to Matters by default.
A Lead is a potential matter that has not yet been converted to a full matter. The data structure of a lead is similar to a matter, but with some small variances.
Possible values: "Matters", "Leads", "Matters,Leads".
Filter by matters updated since a specified time (.net ticks representation of the UTC datetime). Cannot be used in conjunction with LastUpdated.
This field will not be supported in future, please use LastUpdated instead.
Filter by last updated date of matter. Cannot be used in conjunction with UpdatedSince.
Available fields: status, lastUpdated
Available fields: items, tags
Response
When request is successful. Returns a paged collection of 'Matter' objects.
Example response
{
"value": [
{
"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"
}
]
}
]
}