cURL
curl --request GET \ --url https://api.example.com/api/CustomFields/PredefinedValues/{fieldId}
[ { "id": 123, "fieldId": 123, "value": "<string>", "isDefault": true } ]
List predefined values for a given Field Id.
OK
Was this page helpful?