Skip to main content
GET
Get tasks

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
MatterId
string

Filter by tasks that are assigned to the specified matter id..

Example:

"1bf55840-cba3-4f8a-8c0f-66082692e493"

IsCompleted
boolean

Filter by tasks tasks that have been completed. Leave blank if

Example:

true

UpdatedSince
integer<int64>

Filter by tasks 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 a task. Cannot be used in conjunction with UpdatedSince.

Example:

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

Response

When request is successful. Returns a list of 'Task' 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