Skip to main content
GET
Get matters

Authorizations

x-api-key
string
header
required
Authorization
string
header
required

Query Parameters

Offset
integer<int32>
Required range: 0 <= x <= 2147483647
Limit
integer<int32>
Required range: 1 <= x <= 500

Filter matters by specified search term. This field is wide reaching, it is used to search by clients, othersides, description and matter numbers.

Example:

"Bob"

MatterTypeId
string

Filter by matter type identifier.

Example:

"009f778f-83df-454a-b344-768a862a7e55"

ContactId
string

Filter by the contact identifier.

Example:

"7fdbdd5b-0f5e-4095-af9e-ae5b055325c7"

Status
string[]

Filter by current status of the matter.

Possible values: Open, Pending, Closed, Deleted or Cancelled.

IsLead
boolean
deprecated

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.

Example:

true

Type
string

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".

Example:

"Leads"

UpdatedSince
integer<int64>

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.

Example:

637873555398585000

LastUpdated
string<date-time>

Filter by last updated date of matter. Cannot be used in conjunction with UpdatedSince.

Example:

"2022-04-23T14:00:00Z"

Sort
string

Available fields: status, lastUpdated

Fields
string

Available fields: items, tags

Response

200 - application/json

When request is successful. Returns a paged collection of 'Matter' objects.

id
string | null
href
string | null
relation
string | null
method
string | null
default:GET
self
object | null
value
object[] | null
offset
integer<int32> | null
limit
integer<int32> | null
size
integer<int64>
first
object | null
previous
object | null
next
object | null
last
object | null