v1

latestOpenAPI 3.0.12026-07-245277551.2 MB
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
Example:start_of_week

Property Setting Name

Headers

X-PROPERTY-IDinteger required

Property id of the client

Response

OK

titlestring required

Title of the property setting

type'PickList' required

Type of the options based on the property setting

Example response

{
  "title": "Start of Week",
  "options": [
    {
      "name": "Monday",
      "value": "Monday"
    }
  ]
}