/bff/calendar/calendar-analytics-top-event-types
Shows which event types dominate the calendar - critical for scaling and resource allocation decisions. Returns top 10 types with counts and percentages.
Calendar AnalyticsgetBffCalendarCalendar-analytics-top-event-types
Parameters
1 query
Query · 1
codestringRequiredCalendar code identifier.
Request
GET /bff/calendar/calendar-analytics-top-event-types
curl -X GET "https://api.bizkithub.com/bff/calendar/calendar-analytics-top-event-types?code=example_code" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"types": [
{
"typeId": 0,
"typeName": "example_typeName",
"eventCount": 0,
"percentage": 0
}
],
"totalEvents": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.