Get routing forms by status
Insights
Get routing forms by status
Get routing form response counts by booking status for user, team, or organization insights.
POST
Get routing forms by status
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"
}
}
}
]