v1
latestOpenAPI 3.0.12026-07-245277551.2 MBProperty
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
Example response
{
"title": "Start of Week",
"options": [
{
"name": "Monday",
"value": "Monday"
}
]
}