DocsAPI ReferenceCalendar Analytics/bff/calendar/calendar-analytics-average-event-duration
getCalendar AnalyticsAdmin BFF

/bff/calendar/calendar-analytics-average-event-duration

Shows how long events actually are, broken down by event type. Critical for realistic slot planning and capacity estimation.

Calendar AnalyticsgetBffCalendarCalendar-analytics-average-event-duration

Parameters

1 query

1 total
Query · 1
codestringRequired

Calendar code identifier.

Request

GET /bff/calendar/calendar-analytics-average-event-duration

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

Response

JSON payload

{
  "overallAvgMinutes": 0,
  "byType": [
    {
      "typeId": 0,
      "typeName": "example_typeName",
      "avgMinutes": 0,
      "eventCount": 0
    }
  ]
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key