v1

latestOpenAPI 3.0.2EULA2026-07-143221521.2 MB
Booking ticket properties

Get a booking ticket property

Get information about a specific booking ticket property. Property IDs and values are used as filters in GET /booking-tickets.

get/booking-ticket-properties/{booking_ticket_property_id}

Path parameters

booking_ticket_property_idstring required

The unique ID of the booking ticket property.

Headers

Accept-Languagestring

The unique ID of the language code by ISO 639-1.

Response

OK

Example response

{
  "data": {
    "property_id": "size",
    "name": "Size",
    "description": "size",
    "data_type": "string",
    "items": [
      {
        "id": "8fd73167342d0689c4c015320",
        "name": "{\"en\":\"evening\",\"cz\":\"vecer\"}",
        "resource_record_id": "67342d3167342d0689c4c00689c4",
        "state": 1
      }
    ],
    "last_change": "2019-06-20 14:48:09",
    "state": 1
  }
}