cURL
Follow-up Tasks
Get Follow-up Tasks
Returns all follow-up tasks for the team with pagination
GET
cURL
Returns all follow-up tasks for the team with pagination support. Follow-up tasks are created after calls to track pending actions and reminders.
Query Parameters
- page (optional, number): Page number for pagination. Default: 1
- limit (optional, number): Number of items per page. Min: 1, Max: 100
- sort (optional, string): Sort field(s). Prefix with ”-” for descending order. Default:
-createdAt- Example:
follow_up_date,-priority
- Example:
Response
Returns a paginated array of follow-up tasks with the following fields:_id- Unique identifierteam- Team IDuser- Assigned usercall_log- Associated call log IDcontact- Contact IDcompany- Company IDpriority- Task priority:high,medium, orlowstatus- Task status:not_overdue,overdue, orcompletedfollow_up_date- Scheduled follow-up datefirst_name- Contact’s first namelast_name- Contact’s last nametags- Array of tags:timing,budget,competitortouches- Number of contact attemptscontext- Additional context or notesis_archived- Whether the task is archivedcreatedAt- Creation timestampupdatedAt- Last update timestamp
Authorizations
Query Parameters
Page number
Required range:
x >= 1Items per page
Required range:
1 <= x <= 100Sort field(s). Prefix with - for descending