Get failed bookings by routing field
Insights
Get failed bookings by routing field
Get failed booking counts grouped by routing form field for user, team, or organization insights.
POST
Get failed bookings by routing field
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"
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"
}
}
}
]