Skip to main content
GET
Get a task-queue summary
Counts for the overdue / today / this week / later buckets. Supply today_ends and week_ends yourself — only you know the rep’s timezone, and “today” is a local-calendar question.

Authorizations

x-api-key
string
header
required

Team-scoped API key generated in the Salesfinity dashboard under Settings -> Connections & API. A missing or invalid key returns HTTP 403.

Query Parameters

user_id
string

Assignee to summarise, or all for the whole team. Defaults to all.

today_ends
string<date-time>

ISO 8601. End of the caller’s local "today".

week_ends
string<date-time>

ISO 8601. End of the caller’s local "this week".

Response

Success.

The outcome of an action. Shape varies by endpoint — for example enable returns the sequence and how many enrollments it activated, and a bulk verb returns how many rows it moved.