/bff/calendar/detail-reservations
Returns a paginated list of calendar event reservations. Can be filtered by customer and/or calendar.
CalendargetBffCalendarDetail-reservations
Parameters
4 query
Query · 4
customerIdstringCustomer reference number to filter reservations by.
calendarIdstringCalendar code to filter reservations by.
pagenumberPage number for pagination (default 1).
limitnumberNumber of items per page (default 100).
Request
GET /bff/calendar/detail-reservations
curl -X GET "https://api.bizkithub.com/bff/calendar/detail-reservations?customerId=example_customerId&calendarId=example_calendarId&page=0&limit=0" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.