Charged entrances
Get entrances overview
Get information about entrances in time interval.
get/entrances/actions/overview
Query parameters
valid_fromstring
Start of the validity period for filtering in ISO-8601 format (YYYY-MM-DD).
valid_tostring
End of the validity period for filtering in ISO-8601 format (YYYY-MM-DD).
pos_id3 | 6 | 9 | 11
ID of POS system for tickets. Required with path parameter entrance ID. Possible values are: EPOS - 3 / skidata - 6 / axess - 9 / base - 11
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Response
OK
Example response
{
"data": {
"active_entrances": 113655,
"canceled_entrances": 446,
"deactivated_entrances": 233834,
"sold_entrances": 347489
}
}