DocsAPI ReferenceCalendar Event/bff/calendar/event-detail
getCalendar EventAdmin BFF

/bff/calendar/event-detail

Returns comprehensive event information including calendar context, event type, attendees, orders, reminders, location address, passwords, reservation status, and recurrence data.

Calendar EventgetBffCalendarEvent-detail

Parameters

1 query

1 total
Query · 1
eventIdstringRequired

External event code identifier.

Request

GET /bff/calendar/event-detail

get
curl -X GET "https://api.bizkithub.com/bff/calendar/event-detail?eventId=example_eventId" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

Full event detail with all associated data.

{
  "id": "example_id",
  "calendarId": "example_calendarId",
  "calendarName": "example_calendarName",
  "calendarColor": "example_calendarColor",
  "timezone": "example_timezone",
  "durationMinutes": 0,
  "title": "example_title",
  "isAllDay": false,
  "isBlocking": false,
  "isStorno": false,
  "isOpenButtonAvailable": false,
  "typeCode": "example_typeCode",
  "typeLabel": "example_typeLabel",
  "color": "example_color",
  "description": "example_description",
  "agenda": "example_agenda",
  "url": "example_url",
  "locationTitle": "example_locationTitle",
  "location": {
    "title": "example_title",
    "streetAddress": "example_streetAddress",
    "city": "example_city",
    "postalCode": "example_postalCode",
    "stateRegion": "example_stateRegion",
    "cityPart": "example_cityPart",
    "latitude": "example_latitude",
    "longitude": "example_longitude"
  },
  "eventTypeProduct": {
    "code": "example_code",
    "name": "example_name",
    "price": "example_price"
  },
  "reminderList": [
    {
      "relativeTime": "example_relativeTime"
    }
  ],
  "orderList": [
    {
      "orderNumber": "example_orderNumber",
      "hash": "example_hash",
      "paid": false,
      "isStorno": false,
      "customerId": "example_customerId",
      "customerName": "example_customerName",
      "email": "example_email",
      "phone": "example_phone"
    }
  ],
  "attendeeList": [
    {
      "name": "example_name",
      "email": "example_email",
      "phone": "example_phone",
      "organizer": false,
      "required": false,
      "accepted": false
    }
  ],
  "passwordList": [
    {
      "password": "example_password",
      "deleted": false
    }
  ],
  "reservation": {
    "confirmed": 0,
    "limit": 0
  },
  "recurrence": {
    "isRecurrence": false,
    "items": [
      {
        "id": "example_id",
        "isParent": false,
        "title": "example_title",
        "isStorno": false
      }
    ]
  },
  "recurrenceRule": "example_recurrenceRule"
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key