API Docs / Operations / Reports / Export Team Workload Report

Export Team Workload Report

GET /tenants/{tenant}/reports/team-workload/csv

The breakdown table as a CSV download - same filters and grouping as the report endpoint.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

dateRange query string

Preset date range for the completion window (default Last30Days). If CustomDateRange, startDate and endDate are required. Open-workload counts are always a now snapshot.

Preset date range for the completion window (default Last30Days). If CustomDateRange, startDate and endDate are required. Open-workload counts are always a now snapshot.

startDate query string

Completion window start (inclusive). Only valid when dateRange=CustomDateRange

Completion window start (inclusive). Only valid when dateRange=CustomDateRange

endDate query string

Completion window end (inclusive). Only valid when dateRange=CustomDateRange

Completion window end (inclusive). Only valid when dateRange=CustomDateRange

groupBy query string

Breakdown dimension: User (default) or Team

Breakdown dimension: User (default) or Team

service query array

Filter by billable service code(s) - can specify multiple

Filter by billable service code(s) - can specify multiple

client query array

Filter by client code(s) - can specify multiple

Filter by client code(s) - can specify multiple

category query array

Filter by task category code(s) - can specify multiple

Filter by task category code(s) - can specify multiple

Responses

200 OK
400 Bad Request
401 Unauthorized – Invalid or missing API key

Try it