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