v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
Task

Retrieves a Task resource.

Retrieves a Task resource.

get/tasks/{id}

Path parameters

idstring required

Resource identifier

Response

Task resource

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