API Reference

Get all entrances

Get a list of entrances in CRM CareCloud.

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.

integer

ID of POS system for tickets. Required with path parameter entrance ID. Possible values are: EPOS - 3 / skidata - 6 / axess - 9 / base - 11

string

ID of an external order created in POS system.

string

Name of the charged entrance (product name is used from resource products).

string

Name of the resort where is an entrance charged.

string

Name of the customer category.

string

ID of a card used for charging entrance.

string

The unique ID of the customer.

integer

Type of the entrance.
Possible values are: season ticket - 0/ one day ticket -1/ multiple day ticket - 2

integer

State of the entrance. Possible values are: canceled entrance - 0 / valid entrance -1

string

External ID of the entrance. Structure can be different depends of POS system, that created entrance.

boolean

in validity range - true / before or after validity range - false / no value - all

boolean

Filter for canceled entrances.
Possible values: true - all cancelled entrances / false - all non cancelled entrances / no value - all entrances

string

Date from when is record already valid. (YYYY-MM-DD)

string

Date to when is record still valid. (YYYY-MM-DD)

string

ID of the product.

string

External ID of the turnstile permission. Structure can be different depends of the POS system, that created the permission.

string

ID of an item from e-shop order.

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

List of available entrances.

entrances
object
string
required

The unique ID of the entrance.

integer
required

ID of POS system for tickets. Required with path parameter entrance ID. Possible values are: EPOS - 3 / skidata - 6 / axess - 9 / base - 11

3 6 9 11

string

Name of the entrance.

string

The unique ID of the customer.

string

Name of the resort where is an entrance charged.

string

Name of the customer category.

string

ID of an external order creaded in POS system.

string

External ID of the entrance. Structure can be different depends of the POS system, that created the entrance.

string

External ID of the permission to open a turnstile. Structure can be different depends of the POS system, that created the permission.

integer

Type of the entrance Possible values are: season ticket - 0/ one day ticket -1/ multiple day ticket - 2

1 2

string

Order ID item represents relation between entrance and order item from carecloud e-shop.

string
required

ID of card used for charge entrance.

string

Date and time when entrance was created in CareCloud. (YYYY-MM-DD HH:MM:SS)

string

Date and time when entrance was cancelled in CareCloud. (YYYY-MM-DD HH:MM:SS)

float

Price charged to POS system.

string

The unique ID of the product.

string

Date and time when entrance will be/was charged to the POS system. (YYYY-MM-DD HH:MM:SS)

string

Date of the first day when customer can use entrance. (YYYY-MM-DD)

string

Date of the last day when customer can use entrance. (YYYY-MM-DD)

string

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

integer
required

State of the event type. Possible values are: 0 - cancelled / 1- active

1

integer

The number of all found entrances.

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