List CRM tasks

Returns a paginated list of CRM tasks for the given subscriber list.

Pagination

Use page_size and page to page through results.

  • page_size: number of records per page; maximum 250, default 25
  • page: 1-based page number (default 1)
  • total in the response contains the total number of matching records

Filtering

All filters are optional and can be combined freely.

ParameterDescription
status0 = open tasks, 1 = closed tasks
start_dateOnly return tasks whose start date is this date (format: YYYY-MM-DD)
end_dateOnly return tasks whose start date is this date (format: YYYY-MM-DD)
assigned_uidOnly return tasks assigned to this user ID

Error codes

CodeMeaning
11000Newsletter not found or does not belong to the authenticated account
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

Subscriber list (newsletter) ID

Query Params
integer
1 to 250
Defaults to 25

Number of records per page (max 250; defaults to 25)

integer
≥ 1
Defaults to 1

Page number (1-based; defaults to 1)

integer
enum

Filter by task status (0 = open, 1 = closed)

Allowed:
date

Filter tasks starting on or after this date (format: YYYY-MM-DD)

date

Filter tasks starting on or before this date (format: YYYY-MM-DD)

integer

Filter tasks assigned to this user ID (salesperson)

Responses

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