v1
latestOpenAPI 3.0.02026-08-063014193.1 MBReturn the data for all Tasks
Outlines the parameters, optional and required, used when requesting the data for all Tasks
Query parameters
The unique identifier for a single User or Contact. Use the keyword null to match those without a Task. The list will be filtered to include only the Task records with the matching property.
Filter Task records to those with a specific assignee. Must be passed if filtering by assignee.
The unique identifier for a single User. Use the keyword null to match those without a Task. The list will be filtered to include only the Task records with the matching property.
Filter Task records to those with a parent task that has the specified ID.
The unique identifier for a single Contact. Use the keyword null to match those without a Task. The list will be filtered to include only the Task records with the matching property.
Filter Task records to those which are complete or not.
Filter Task records to those having the created_at field after a specific time. (Expects an ISO-8601 timestamp).
Start of date range when querying by due_at in a range. (Expects an ISO-8601 date).
Filter Task records to those that have a due date specified, or not.
End of date range when querying by due_at in a range. (Expects an ISO-8601 date).
The fields to be returned. See response samples for what fields are available. For more information see the fields section.
Filter Task records to those having the specified unique identifiers.
A limit on the number of Task records to be returned. Limit can range between 1 and 200. Default: 200.
The unique identifier for a single Matter. Use the keyword null to match those without a Task. The list will be filtered to include only the Task records with the matching property.
Orders the Task records by the given field. Default: id(asc).
A token specifying which page to return.
Filter Task records to those with the given permission. Returns all tasks by default.
Filter Task records to those with the given priority.
Wildcard search for name or description matching a given string.
Filter Task records to those that have an associated matter with a responsible attorney ID.
Filter Task records to those with the given status. Users without advanced tasks enabled may only specify 'complete' or 'pending'.
Filter Task records to those with the given statuses. Users without advanced tasks enabled may only specify 'complete' or 'pending'.
Filter Task records to those which are a statute of limitations or not.
The unique identifier for a single TaskType. Use the keyword null to match those without a Task. The list will be filtered to include only the Task records with the matching property.
Filter Task records to those that have associated time entries, or not.
Filter Task records to those having the updated_at field after a specific time. (Expects an ISO-8601 timestamp).
Headers
The API minor version. Default: latest version.
Response
Ok