List all bookings according the filter
Retrieve information about all bookings of the provided project ID or ** platform ID**.
query Parameters
project_idList bookings belonging to this project ID. (UUID format)
platform_idList bookings attached to this platform ID.
pagePage number.
page_sizeMaximum number of results to return per page.
order_bySort order of the returned results.
List all bookings according the filter › Responses
total_countTotal number of bookings.
List of bookings.
Get booking information
Retrieve information about the provided booking ID, such as description, status and progress message.
path Parameters
booking_idUnique ID of the booking.
Get booking information › Responses
idUnique ID of the booking.
created_atTime at which the booking was created. (RFC 3339 format)
started_atTime at which the booking starts. (RFC 3339 format)
updated_atTime at which the booking was updated. (RFC 3339 format)
finished_atTime at which the booking finishes. (RFC 3339 format)
statusStatus of the booking.
descriptionDescription of the booking slot.
progress_messageAny progress message of the booking.
time_zoneTime zone for the booking schedule, in tz database format (e.g. 'Europe/Paris').
Update booking information
Update booking information of the provided booking ID.
path Parameters
booking_idUnique ID of the booking.
Update booking information › Responses
idUnique ID of the booking.
created_atTime at which the booking was created. (RFC 3339 format)
started_atTime at which the booking starts. (RFC 3339 format)
updated_atTime at which the booking was updated. (RFC 3339 format)
finished_atTime at which the booking finishes. (RFC 3339 format)
statusStatus of the booking.
descriptionDescription of the booking slot.
progress_messageAny progress message of the booking.
time_zoneTime zone for the booking schedule, in tz database format (e.g. 'Europe/Paris').