---
title: "Get property settings with their options"
method: GET
path: "/datainsights/v1.1/property/settings/{name}"
tags: ["Property"]
---

# Get property settings with their options

`GET /datainsights/v1.1/property/settings/{name}`

## Path parameters

- `name` 'start_of_week' | 'currency_cdf_rounding_precision', required

## Headers

- `X-PROPERTY-ID` integer, required

## Response `200`

OK

- PropertySettingOptions
  - `title` string, required — Title of the property setting
  - `type` 'PickList', required — Type of the options based on the property setting
  - `options` Options[], required — List of Options associated to the Property Setting
    - `name` string, required — Name of the property setting. Used for translations and displaying
    - `value` string, required — Value that needs to be used on the API

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/cloudbeds/apis/cloudbeds-api.md) · [All operations](https://skmtc.net/cloudbeds/apis/cloudbeds-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudbeds/cloudbeds-api/revisions/2faa857793e8/schema)
