API Reference

Get all bookings

Get information about all bookings.

Log in to see full request history
Query Params
integer
≥ 1
Defaults to 100

The number of records to return in API response.
⚠️ We recommended adjust the batch size based on processing time. Depending on the response time of the request. Default value of 100 records is used if count parameter is not set.

integer
≥ 0
Defaults to 0

The number of records from a collection to skip. Default value of 0 is used when parameter offset is not set.

string

Name of the sorting parameter. You can sort by any of the first level parameters from the resource response. Response is sorted by the specified field.

string

Direction of sorting the response list.

string

The unique ID of the customer.

booking_statuses
array of strings

List of current statuses of the bookings from resource booking-statuses.

booking_statuses
string
Defaults to none

Booking items are going to be return depends on the parameter value.
Possible values: full - returns all booking items with their additional properties. / items-only - returns all booking items without additional properties. / none or no value - return no booking items

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
bookings
array of objects

Collection of bookings.

bookings
object
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

integer

The number of all found bookings.

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