Core resources
Administration
Booking flow
Snapshots of each time a calendar event is updated
id
uuid
Unique identifier
created_at
timestamp with time zone
Creation timestamp
next_interval
daterange
Event interval after the update
next_status
"CANCELLED" | "TENTATIVE" | "CONFIRMED"
Status of the calendar event after the update
prev_interval
daterange
Event interval before the update
prev_status
"CANCELLED" | "TENTATIVE" | "CONFIRMED"
Status of the calendar event before the update
{"id": "00000000-0000-0000-0000-000000000000","calendar_event_id": "00000000-0000-0000-0000-000000000000","next_product_id": "00000000-0000-0000-0000-000000000000","prev_product_id": "00000000-0000-0000-0000-000000000000","user_id": "00000000-0000-0000-0000-000000000000","created_at": "2024-11-23T09:43:17.050Z","next_interval": null,"next_status": "CANCELLED","prev_interval": null,"prev_status": "CANCELLED"}
id
Filter<>
Unique identifier
calendar_event_id
Filter<>
Identifier of the related calendar event
next_product_id
Filter<>
Unit the calendar event was booked for after the update
prev_product_id
Filter<>
Unit the calendar event was booked for before the update
user_id
Filter<>
Identifier of the user that made the update
created_at
Filter<>
Creation timestamp
next_interval
Filter<>
Event interval after the update
next_status
Filter<>
Status of the calendar event after the update
prev_interval
Filter<>
Event interval before the update
prev_status
Filter<>
Status of the calendar event before the update
200
A list of calendar event updates with the selected columns
206
Partial Content
GET
/calendar_event_updates
curl -X GET "https://api.bookingmood.com/v1/calendar_event_updates?select=*" \ -H "Authorization: Bearer YOUR_API_KEY"