Skip to main content
GET
List follow-up tasks

Authorizations

api_access_token
string
header
required

API access token for authentication. Obtain from your Voxys Connect profile settings.

Path Parameters

account_id
integer
required

The numeric ID of the account.

Query Parameters

taskable_type
enum<string>

Filter tasks by the type of attached entity.

Available options:
Lead,
FunnelCard,
Conversation,
Contact
taskable_id
integer

Filter tasks by the ID of the attached entity. Requires taskable_type.

status
enum<string>

Filter by task status.

Available options:
pending,
completed,
snoozed
due_before
string<date-time>

Return tasks due before this timestamp.

due_after
string<date-time>

Return tasks due after this timestamp.

page
integer
default:1

Page number for pagination.

per_page
integer
default:25

Number of records per page.

Required range: x <= 100

Response

Paginated list of tasks.

data
object[]
meta
object