DocsAPI ReferenceCalendar/bff/calendar/detail-reservations
getCalendarAdmin BFF

/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

4 total
Query · 4
customerIdstring

Customer reference number to filter reservations by.

calendarIdstring

Calendar code to filter reservations by.

pagenumber

Page number for pagination (default 1).

limitnumber

Number of items per page (default 100).

Request

GET /bff/calendar/detail-reservations

get
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.

Get API Key