# Read property

Endpoint: GET /meta
Version: 1.0

## Header parameters:

  - `Accept-Version` (string)

## Response default fields (application/json):

  - `data` (object)

  - `data.property_categories` (array)

  - `data.property_categories.code` (integer)
    The Booking.com property category code

  - `data.property_categories.name` (string)
    Name of the property category

  - `data.property_categories.code_ota` (integer)
    If applicable, the OTA code for this Booking.com category

  - `data.property_categories.code_booking_extended` (integer)
    If applicable, the legacy Booking Extended code for this Booking.com category

  - `data.property_categories.additional_ota_mappings` (array)
    In the case that we have defined additional OTA codes that will remap to this category, this will be the list of those mappings

  - `warnings` (array)

  - `warnings.message` (string)

  - `warnings.code` (integer)

  - `warnings.details` (object)

  - `warnings.description` (string)

  - `errors` (array)

  - `errors.message` (string)

  - `errors.code` (integer)

  - `errors.details` (object)

  - `errors.description` (string)

  - `meta` (object)

  - `meta.ruid` (string)


