Get routed-to users per period
Insights
Get routed-to users per period
Get routed-to booking counts by user and period for user, team, or organization insights.
POST
Get routed-to users per period
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Available options:
user, team, org Example:
"user"
Inclusive start date for routing insights
Example:
"2024-01-01"
Inclusive end date for routing insights
Example:
"2024-01-31"
Available options:
perDay, perWeek, perMonth Example:
"perWeek"
Required range:
x <= 100Example:
10
Team ID for team-scoped routing insights
Example:
12
Data-table column filters (discriminated union by type: ss, ms, t, n, dr). Date range filters use id=createdAt.
Example:
[
{
"id": "createdAt",
"value": {
"type": "dr",
"data": {
"startDate": "2024-01-01",
"endDate": "2024-01-31",
"preset": "custom"
}
}
}
]Example:
"Alice"