/me
/event-types
/event-types/{eventTypeId}
| Param | Type | Required | Description |
|---|---|---|---|
| eventTypeId | integer | required | Event type ID |
/bookings
| Param | Type | Required | Description |
|---|---|---|---|
| status | string | optional | Booking status filter |
/bookings/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | Booking ID |
/bookings/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | Booking ID |
| cancellationReason | string | optional | Reason for cancellation |
/availability
| Param | Type | Required | Description |
|---|---|---|---|
| eventTypeId | integer | required | Event type ID |
| dateFrom | string | required | Start date (YYYY-MM-DD) |
| dateTo | string | required | End date (YYYY-MM-DD) |
/schedules