---
title: "Retrieve catalog of value adds for properties"
method: GET
path: "/valueadds/properties/catalog"
tags: ["Value Adds"]
---

# Retrieve catalog of value adds for properties

`GET /valueadds/properties/catalog`

This endpoint returns a list of value adds, including dynamic attributes, in either JSON or XML format. The response format is determined by the `Accept` header.

## Headers

- `Accept` 'application/json' | 'application/xml'

## Response `200`

Successful response with a list of value adds.

- ValueAdd[]
  - `id` integer — Unique identifier for the value add.
  - `category` string — Category of the value add (e.g., Food and Beverage, Spa).
  - `type` string — Type of value add, such as Credit or Discount.
  - `name` string — Name of the value add.
  - `attributes` Attribute[] — List of dynamic attributes for the value add.
    - `name` string — Name of the attribute.
    - `dataType` string — Data type of the attribute (e.g., string, double).
    - `description` string — Detailed description of the attribute.
    - `required` boolean — Indicates if the attribute is required.

## Other responses

- `406` — Unsupported media type. The server only supports JSON and XML responses.
- `500` — Internal Server Error

---

[API](https://skmtc.net/booking/apis/value-adds-catalog-api.md) · [All operations](https://skmtc.net/booking/apis/value-adds-catalog-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/booking/value-adds-catalog-api/revisions/990d065c169e/schema)
