API Docs / Operations / Reports / Export Client Responsiveness Report

Export Client Responsiveness Report

GET /tenants/{tenant}/reports/client-responsiveness/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 step-completion window (default Last30Days). If CustomDateRange, startDate and endDate are required.

Preset date range for the step-completion window (default Last30Days). If CustomDateRange, startDate and endDate are required.

startDate query string

Step-completion window start (inclusive). Only valid when dateRange=CustomDateRange

Step-completion window start (inclusive). Only valid when dateRange=CustomDateRange

endDate query string

Step-completion window end (inclusive). Only valid when dateRange=CustomDateRange

Step-completion window end (inclusive). Only valid when dateRange=CustomDateRange

groupBy query string

Breakdown dimension: Client (default), Service, or StepType

Breakdown dimension: Client (default), Service, or StepType

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