Get routing form responses
Insights
Get routing form responses
Get paginated routing form responses for user, team, or organization insights.
POST
Get routing form responses
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"
Example:
0
Required range:
x <= 100Example:
50
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:
[{ "id": "createdAt", "desc": true }]