v2

latestSwagger 2.02026-08-01720512.4 KB
Tasks

List tasks

Request a list of tasks with optional filters and pagination

get/tasks

Query parameters

idnumber[]
searchstring

Search tasks by name or description.

assigneesnumber[]

List of user IDs from the team. Defaults to the authenticated user's ID.

typenumber[]

A list of task type ids.

accountnumber[]

A list of account ids.

order_bystring[]

Sort instructions. Provide either 'key' (ascending) or 'key desc' (descending). Default sort order is ascending. You can fetch available sort keys via a discover mode call.

limitnumber

The number of tasks to return. Defaults to 20.

offsetnumber

The number of tasks to skip.

exportstring
qstring

Response

Successful