Skip to content

Get All Custom Field Values

GET
/v1/entities/fields/values
curl --request GET \
--url 'https://example.com/api/v1/entities/fields/values?field=example' \
--header 'Authorization: <Authorization>'
field
required
string

Field name

OK

Media type application/json
Array<string>
Example generated
[
"example"
]