A valid request URL is required to generate request examples{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"displayName": "<string>",
"fieldType": "TEXT",
"displayOrder": 123,
"isRequired": true,
"enumOptions": [
{
"label": "<string>",
"value": "<string>"
}
],
"validationRule": {
"min": 123,
"max": 123,
"maxLength": 123
}
}
]
}Returns all active custom field definitions for a given case type, including metadata needed to render forms and validate input.
A valid request URL is required to generate request examples{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"displayName": "<string>",
"fieldType": "TEXT",
"displayOrder": 123,
"isRequired": true,
"enumOptions": [
{
"label": "<string>",
"value": "<string>"
}
],
"validationRule": {
"min": 123,
"max": 123,
"maxLength": 123
}
}
]
}