Get booking event trends
Insights
Get booking event trends
Get booking trend stats for user, team, or organization insights.
POST
Get booking event trends
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"
IANA timezone used to group time-series insights
Example:
"America/New_York"
Team ID for team-scoped insights
Example:
12
Data-table column filters (discriminated union by type: ss, ms, t, n, dr). Date range filters use id=startTime or id=createdAt.
Example:
[
{
"id": "createdAt",
"value": {
"type": "dr",
"data": {
"startDate": "2024-01-01",
"endDate": "2024-01-31",
"preset": "custom"
}
}
}
]