tasks

List Tasks

get/api/tasks

Query parameters

statusstring nullable
assigned_to_user_idstring uuid nullable
assigned_tostring nullable

Use 'me' for the current user

Use 'me' for the current user

person_idstring uuid nullable
company_idstring uuid nullable
source_campaign_namestring nullable
pageinteger
limitinteger

Response

Successful Response

totalinteger required

Total records matching the query (before pagination)

pageinteger required

Current page number (1-indexed)

limitinteger required

Records per page (default 50, max 200)

has_moreboolean required

True if (page * limit) < total

Changes

No recorded changes to this endpoint across all 1 revision of this API.