DocsAPI ReferenceCalendar Analytics/bff/calendar/calendar-analytics-time-to-fill
getCalendar AnalyticsAdmin BFF

/bff/calendar/calendar-analytics-time-to-fill

Shows how fast events fill to capacity - ideal metric for pricing optimization and demand prediction. Fast fill times indicate high demand and pricing power.

Calendar AnalyticsgetBffCalendarCalendar-analytics-time-to-fill

Parameters

1 query

1 total
Query · 1
codestringRequired

Calendar code identifier.

Request

GET /bff/calendar/calendar-analytics-time-to-fill

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

Response

JSON payload

{
  "averageHours": 0,
  "medianHours": 0,
  "fastestHours": 0,
  "distribution": [
    {
      "range": "example_range",
      "count": 0,
      "percentage": 0
    }
  ]
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key