get
https://api.salesautopilot.com/v2/newsletter//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 25page: 1-based page number (default 1)totalin the response contains the total number of matching records
Filtering
All filters are optional and can be combined freely.
| Parameter | Description |
|---|---|
status | 0 = open tasks, 1 = closed tasks |
start_date | Only return tasks whose start date is ≥ this date (format: YYYY-MM-DD) |
end_date | Only return tasks whose start date is ≤ this date (format: YYYY-MM-DD) |
assigned_uid | Only return tasks assigned to this user ID |
Error codes
| Code | Meaning |
|---|---|
| 11000 | Newsletter not found or does not belong to the authenticated account |
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
