Get a room type
Room types
Get a room type
Returns a single room type by id.
GET
Get a room type
Authorizations
Headers
Comma-separated BCP 47 language tags selecting which locale keys localized fields return. When omitted, all locale keys are returned.
Example:
"cs-CZ,de"
Optional client-provided request identifier echoed in error responses.
Path Parameters
Room type id.
Pattern:
^[0-9a-fA-F]{24}$Query Parameters
Set to hotel to embed the hotel.
Available options:
hotel Response
The room type.
Pattern:
^[0-9a-fA-F]{24}$Example:
"66f16191f739705faa020003"
Pattern:
^[0-9a-fA-F]{24}$Example:
"66f16191f739705faa020001"
Example:
"SUPERIOR-DBL"
Localized category name (plain text).
Example:
{
"cs-CZ": "Superior dvouluzkovy pokoj",
"de": "Superior Doppelzimmer"
}Example:
2
Example:
["shower", "toilet"]Localized description (Markdown).
Example:
{
"cs-CZ": "Superior dvouluzkovy pokoj",
"de": "Superior Doppelzimmer"
}Embedded only when include=hotel.