/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
Query · 1
codestringRequiredCalendar code identifier.
Request
GET /bff/calendar/calendar-analytics-time-to-fill
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.