List tasks

This endpoint retrieves a list of tasks. At least one of ids, status, plannedDate or _updatedAt must be provided.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
_id
array of strings

Task ID(s)

_id
string

Task type ID

groupId
array of strings

Group ID(s)

groupId
string

Selector object for updated at timestamp — supports $gt (greater than) and $lt (less than) attributes using Unix timestamp(s) in milliseconds - maximum allowed range is 365 days

string

Task status (e.g., open, confirmed, completed)

plannedForUserIds
array of strings

List of user IDs

plannedForUserIds
string

Selector object for planned date timestamp — supports $gt (greater than) and $lt (less than) attributes using Unix timestamp(s) in milliseconds - maximum allowed range is 365 days

integer

Skip from index count (default: 0)

integer

Number of items (default: 100, max: 1000)

string

Field(s) to sort by (sort options : 1 for ascending, -1 for descending)

Headers
string
required

Session ID

Responses

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