tasks
To get the tasks of a user
get/v1/tasks
Query parameters
pagenumber
Page number for pagination
pageSizenumber
Number of records per page
sortOrder'ASC' | 'DESC'
Sort order for the results
sortBy'priority' | 'completedAt' | 'skippedAt' | 'dueDate'
Field to sort by
status'upcoming' | 'dueToday' | 'completed' | 'skipped' | 'overdue'
Status of the task
sequenceIdstring
Sequence id (hashed)
taskAssigneestring
Task Assignee account id (hashed)
prospectOutcomestring
Prospect outcome
taskType'linkedin' | 'call' | 'whatsapp' | 'custom'
Open api task type
searchstring
Search term to filter tasks
callOutcome'Interested' | 'Callback Later' | 'Followup' | 'Not Interested' | 'Wrong Number' | 'No Answer' | 'Left Voicemail' | 'Not In Service'
Call outcome for filtering tasks
Response
Successfully fetched tasks
Changes
No recorded changes to this endpoint across all 1 revision of this API.