/bff/calendar/calendar-analytics-weekend-vs-weekday
Compares customer behavior between weekdays and weekends. Shows total events, daily averages, and weekend ratio. Critical for weekend pricing and staffing decisions.
Calendar AnalyticsgetBffCalendarCalendar-analytics-weekend-vs-weekday
Parameters
1 query
Query · 1
codestringRequiredCalendar code identifier.
Request
GET /bff/calendar/calendar-analytics-weekend-vs-weekday
curl -X GET "https://api.bizkithub.com/bff/calendar/calendar-analytics-weekend-vs-weekday?code=example_code" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"weekdayEvents": 0,
"weekendEvents": 0,
"weekdayAvgPerDay": 0,
"weekendAvgPerDay": 0,
"weekendRatio": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.