Task Count by Assignees
Reporting
Task Count by Assignees
Returns the number of tasks assigned to each assignee, sorted by count descending. All filter fields are optional and supplied at the top level; an empty body () returns counts across all assignees. Set assigneeType to restrict results to a single assignee kind. The underlying route requires the CAN_VIEW_REPORTING permission — the API key acts as its default user.
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).Body
application/json
Restrict results to a single assignee kind. When set, unassigned tasks are excluded. When omitted, all kinds are returned.
Available options:
user, team, location Response
Task counts by assignee retrieved successfully.