Lister les tâches

Renvoie les activités de type tâche, paginées. Les plus récemment modifiées en premier. Les autres types d'activité (réunions, appels, etc.) sont exposés via GET /api/v1/events.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
≥ 1
Defaults to 1
integer
1 to 100
Defaults to 20
filter
object

Simple filters. Use filter[field]=value for equality, or filter[field][op]=value for an explicit operator (eq, neq, contains, starts_with, gte, lte, gt, lt, not_empty, empty, in). Conditions are combined with AND. Each field accepts exactly one operator here — for a range on a single field (gte and lte together), or for OR logic, use POST /api/v1/{module}/search instead. The in operator takes a comma-separated string in this parameter, and a JSON array in the search request body. empty and not_empty take no value.

string
Defaults to modifiedtime

Field name to sort by. Defaults to modifiedtime.

string
enum
Defaults to desc

Sort direction.

Allowed:
string

Comma-separated list of attributes to return (sparse fieldset). id, type, createdtime, modifiedtime are always included.

string
enum

Controls how rich-text fields (any field of data type text, e.g. description or comment bodies) are rendered. Omit for plain text — HTML stripped, entities decoded, line breaks preserved; set to html to receive the stored HTML markup instead. Affects read responses only.

Allowed:
boolean
Defaults to true

Controls whether fields with no value appear in the response. Null fields are included by default; set to false to omit them and reduce payload size. Only top-level fields are affected — nulls nested inside line_items or group are always kept. Any value other than false or 0 leaves the response complete.

Responses

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