GET v2/tasks.json

salesloft.com

Summary: List tasks
Operation ID:
Auth: unknown
Description

Fetches multiple task records. The records can be filtered, paged, and sorted according to the respective parameters.

Parameters (15)

account_id (array, query, optional)

Filters tasks by the account to which they are associated.

current_state (array, query, optional)

Filters tasks by their current state. Valid current_states include: ['scheduled', 'completed'].

idempotency_key (string, query, optional)

Filters tasks by idempotency key.

ids (array, query, optional)

IDs of tasks to fetch.

include_paging_counts (boolean, query, optional)

Whether to include total_pages and total_count in the metadata. Defaults to false

limit_paging_counts (boolean, query, optional)

Specifies whether the max limit of 10k records should be applied to pagination counts. Affects the total_count and total_pages data

locale (array, query, optional)

Filters tasks by locale of the person to which they are associated.

page (integer, query, optional)

The current page to fetch results from. Defaults to 1

per_page (integer, query, optional)

How many records to show per page in the range [1, 100]. Defaults to 25

person_id (array, query, optional)

Filters tasks by the person to which they are associated.

sort_by (string, query, optional)

Key to sort on, must be one of: due_date, due_at. Defaults to due_date

sort_direction (string, query, optional)

Direction to sort in, must be one of: ASC, DESC. Defaults to ASC

task_type (array, query, optional)

Filters tasks by their task type. Valid task_types include: ['call', 'email', 'general'].

time_interval_filter (string, query, optional)

Filters tasks by time interval. Valid time_intervals include: ['overdue', 'today', 'tomorrow', 'this_week', 'next_week'].

user_id (array, query, optional)

Filters tasks by the user to which they are assigned.

No probe data for this endpoint yet.