Tasks

List all tasks for the company with optional filters

get/tasks

Query parameters

pageSizeinteger
'asc'
OR
'desc'
pageCursorstring
'createdAt'
OR
'dueDate'
'pending'
OR
'completed'

Filter by task status

filterEmployeeIdnumber

Filter tasks assigned to this employee ID

filterJobIdnumber

Filter tasks linked to this job ID

filterDueDateFromstring date

Filter tasks with due date on or after this date (yyyy-mm-dd)

filterDueDateTostring date

Filter tasks with due date on or before this date (yyyy-mm-dd)

filterOverdueboolean

Filter to tasks that are past their due date and not completed

Response

Successful Response

resultstring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.