Core resources
Administration
Booking flow
Logs of each time a booking is updated
id
uuid
Unique identifier
created_at
timestamp with time zone
Creation timestamp
{"id": "00000000-0000-0000-0000-000000000000","booking_id": "00000000-0000-0000-0000-000000000000","user_id": "00000000-0000-0000-0000-000000000000","created_at": "2024-11-21T14:29:23.708Z"}
id
Filter<>
Unique identifier
booking_id
Filter<>
Identifier of the related booking
user_id
Filter<>
Identifier of the user that made the update
created_at
Filter<>
Creation timestamp
200
A list of booking updates with the selected columns
206
Partial Content
GET
/booking_updates
curl -X GET "https://api.bookingmood.com/v1/booking_updates?select=*" \ -H "Authorization: Bearer YOUR_API_KEY"