API Reference

Get a booking

Get information about a specific booking.

Log in to see full request history
Path Params
string
required

The unique ID of the booking.

Headers
string
Defaults to cs, en-gb;q=0.8

The unique ID of the language code by ISO 639-1.

Responses

Response body
object
data
object

Booking structure.

string

The unique ID of the booking.

string

The unique ID of the customer that created the booking.

booking_items
array of objects
required

List of the booking items. Included in response of GET API call only if query parameter add_booking_items is true.

booking_items*
object
string

The unique ID of the booking item.

string

The unique ID of the customer.

string
required

The unique ID of the booking time slot.

booking_ticket
object

Ticket of the booking item. Structure is filled only when query parameter add_booking_items has value full or items-only.

string

Date and time when time slot starts. (YYYY-MM-DD HH:MM:SS)

string

Date and time when time slot ends. (YYYY-MM-DD HH:MM:SS)

integer
Defaults to 1

How much capacity is taken by the booking item. If not set, value is 1.

string

Current status of the booking item from resource booking-statuses. If not set, CareCloud uses default booking status.

additional_properties
array of objects

List of additional property records.

additional_properties
object
string

The unique ID of the property record.

string
required

The unique ID of the property.

string

Name of the property.

Value of the property.

string

Date and time of the last change. (YYYY-MM-DD HH:MM:SS)

string
required

Date and time of the booking item. (YYYY-MM-DD HH:MM:SS)

integer

State of the booking item record.
Possible values are: 0 - deleted / 1 - active / 2 - non active

1 2

string

Date and time of the last change. (YYYY-MM-DD HH:MM:SS)

string

Current status of the booking from resource booking-statuses. If not set, CareCloud uses default booking status.

utm
object

UTM structure for data from email campaign.

Additional data of the booking. Serialized data in JSON.

string
required

Date and time of the booking. (YYYY-MM-DD HH:MM:SS)

string

Date and time of the last change. (YYYY-MM-DD HH:MM:SS)

integer

State of the booking record.
Possible values are: 0 - deleted / 1 - active / 2 - non active

1 2

429

Too many requests - more than the resource limit.

503

Temporary state when the service is temporarily unavailable, overloaded or there is a maintenance window.

Language
Credentials
URL