v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
Task

Retrieves the collection of Task resources.

Retrieves the collection of Task resources.

get/tasks

Query parameters

pageinteger

The collection page number

itemsPerPageinteger

The number of items per page

Response

Task collection

idstring
integrationstring

The key of the integration source e.g. "quickbooks", or "xero"

srcIdstring

the unique identifier of the source 3rd party integration

ownerIdstring nullable

ID of the person the task is assigned to

ownerNamestring nullable

name of the person the task is assigned to

subjectstring nullable

subject of the task

statusstring nullable

status of the task e.g: done e.g: not started

prioritystring nullable

priority of the task e.g: high

dueDatestring date-time nullable

due date of the task

descriptionstring nullable

details about the task

recurringActivitystring nullable

if it's a recurring activity

createdstring date-time nullable

date and time the task is created

modifiedstring date-time nullable

date and time the task is modified

Example response

[
  {
    "integration": "quickbooks"
  }
]