/bff/calendar/event-type-grid
Returns all event types of the organisation enriched with position and the linked product (code + display name). Ordered by position ASC. Consumed by the admin "Calendar event types" settings tab.
Calendar EventgetBffCalendarEvent-type-grid
No parameters
This endpoint takes no path, query, header or body parameters.
Request
GET /bff/calendar/event-type-grid
curl -X GET "https://api.bizkithub.com/bff/calendar/event-type-grid" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"items": [
{
"code": "example_code",
"label": "example_label",
"color": "example_color",
"position": 0,
"productCode": "example_productCode",
"productName": "example_productName"
}
],
"itemCount": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.