GET
/
v1
/
accounts
/
tasks
curl --request GET \
  --url https://platform.thena.ai/v1/accounts/tasks \
  --header 'x-api-key: <api-key>'
{}

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

200
application/json

Operation successful

The response is of type object.