HomeGuidesAPI ReferenceChangelogDiscussions
API Reference
These docs are for v2.0. Click to read the latest docs for v2025-01-01.

Reads all Tasks

This endpoint retrieves all tasks created.

Log in to see full request history
Query Params
ids[]
array of integers

retrieve only the tasks that match the IDs passed in the request.

ids[]
integer

retrieve the tasks that have a company_id associated

integer

retrieve the tasks that have an assignee_id associated, assignee_id references to employee_id.

string

filter by tasks that have a due date.

boolean

filter by tasks that have expired or are still due.

string

filter by tasks that with an especific status (todo | in_progress | done | discarded).

Response

Response body
array of objects
object
integer
required

Identifier of the task

string
required

Name of the task

integer
required

Company identifier of the author of the task

string

Content of the task

string

Due on date of the task

assignee_ids
array of integers
required

Employees assigned to the task, assignee_id references to access_id

assignee_ids*
integer

Employee id of the author of the task

string

Completed at date of the task

integer

Completed by identifier

string
required
string
required

Updated at date of the task

string

Status of the task

todo in_progress done discarded

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json