Skip to main content
POST
Task Count by Assignees
Returns task counts grouped by assignee, sorted by count descending. Filters are optional and supplied at the top level; an empty body ({}) returns all assignees. Set assigneeType to user, team, or location to restrict the result to a single assignee kind. Requires the CAN_VIEW_REPORTING permission (inherited from the key’s default user).

Authorizations

x-client-key
string
header
required
x-client-secret
string
header
required

Body

application/json
assigneeType
enum<string>

Restrict results to a single assignee kind. When set, unassigned tasks are excluded. When omitted, all kinds are returned.

Available options:
user,
team,
location
fromDate
string<date-time>
toDate
string<date-time>
taskStatuses
string[]
locations
string<uuid>[]
priorities
string[]
categories
string<uuid>[]

Response

Task counts by assignee retrieved successfully.