Skip to main content
GET
Get visit types

Authorizations

Authorization
string
header
required

See Authentication for how to obtain and send your API key.

Headers

Accept-Language
string

Comma-separated list of languages to include. See Localization for details.

Example:

"cs_CZ,de"

Query Parameters

max
integer
default:10

Number of records to return.

Required range: 1 <= x <= 100
offset
integer
default:0

Number of records to skip.

Required range: x >= 0
hotel_id
integer

Filter by hotel ID.

destination_id
integer

Filter by destination ID.

hotel_stars_min
integer

Minimum hotel star rating.

Required range: 1 <= x <= 5
hotel_stars_max
integer

Maximum hotel star rating.

Required range: 1 <= x <= 5
number_of_beds
integer

Filter by room occupancy.

Required range: x >= 1
date_from
string<date>

Start date in YYYY-MM-DD format.

date_to
string<date>

End date in YYYY-MM-DD format.

nights_min
integer

Minimum number of nights.

nights_max
integer

Maximum number of nights.

Response

Visit types matching the filters.

_id
string

Object id (24-character hex string) for the same entity.

Pattern: ^[0-9a-fA-F]{24}$
Example:

"66f16191f739705faa020001"

id
priority_position
integer
on_demand
boolean
name
object
Example:
visit_type_categories
object[]
booking_url
object
Example:
description
object
Example:
nights_min
integer
nights_max
integer
reservation_time_span
enum<string>
Available options:
DAYS,
WEEKS
time_constraints
object[]
procedures
integer
procedure_frequency
enum<string>
Available options:
DAY,
WEEK,
VISIT
procedures_per_day
integer
boarding
string
available_boardings
string[]
tags
object[]
lowest_price
object
promotions
object[]

Active current-or-future promotions for this visit type's price list, scoped to the caller's channel (empty when none apply).

commercial_slogan
object
Example:
notice
object
Example:
services
object
Example:
hotels
object[]
loyalty_programs
object[]