Skip to main content
GET
Get account tasks

Authorizations

x-api-key
string
header
required

Enter your API key

Query Parameters

accountId
string

The identifier of the account to find tasks for

Example:

"A123"

activityId
string

The identifier of the activity to find tasks for

Example:

"A123"

assigneeId
string

The identifier of the assignee to find tasks for

Example:

"U123"

type
string

The identifier / value of the type attribute of the task

Example:

"TASK_TYPE_TODO"

status
string

The identifier / value of the status attribute of the task

Example:

"TASK_STATUS_TODO"

priority
string

The identifier / value of the priority attribute of the task

Example:

"TASK_PRIORITY_HIGH"

page
number

The page number

limit
number

The limit number of tasks to fetch

Response

Operation successful

The response is of type object.