Get Custom Values
GET/locations/:locationId/customValues
Get Custom Values
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
Location Id
Successful response
- application/json
- Schema
- Example (auto)
Schema
customValuesobject[]
{
"customValues": [
{
"id": "rWQ709Pb62syqGLceg1x",
"name": "Custom Field",
"fieldKey": "{{ custom_values.custom_field }}",
"value": "Value",
"locationId": "rWQ709Pb6dasyqGLceg1x"
}
]
}