Skip to main content
GET
/
api
/
CustomFields
/
PredefinedValues
List Predefined Field Values.
curl --request GET \
  --url https://api.example.com/api/CustomFields/PredefinedValues
[
  {
    "id": 123,
    "fieldId": 123,
    "value": "<string>",
    "isDefault": true
  }
]

Query Parameters

fieldIds
integer<int32>[]

Response

200 - application/json

OK

id
integer<int32>
fieldId
integer<int32>
value
string | null
isDefault
boolean