BizKitHub
DocsAPI ReferenceCalendar Analytics/bff/calendar/calendar-analytics-sold-out-rate
getCalendar AnalyticsAdmin BFF

/bff/calendar/calendar-analytics-sold-out-rate

Shows which events have the most attendees - helps identify popular events. Returns top 10 most attended events.

Calendar AnalyticsgetBffCalendarCalendar-analytics-sold-out-rate

Parameters

1 query

Query parameters

· 1
codestringRequired

Calendar code identifier.

Exampleexample_code

Response schema

1 status code documented

200Success
totalEventsnumberRequired

Number of events analyzed.

topAttendedEventsobject[]Required
Each array item:
eventIdnumberRequired

Event ID.

titlestringRequired

Event title.

attendeeCountnumberRequired

Number of attendees.

avgAttendeesPerEventnumberRequired

Average attendees per event.

Response example

application/json
{
  "totalEvents": 0,
  "topAttendedEvents": [
    {
      "eventId": 0,
      "title": "example_title",
      "attendeeCount": 0
    }
  ],
  "avgAttendeesPerEvent": 0
}

Request example

GET /bff/calendar/calendar-analytics-sold-out-rate

get
curl -X GET "https://api.bizkithub.com/bff/calendar/calendar-analytics-sold-out-rate?code=example_code" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key