Get Custom Field
Request
GET /customFields/{CustomFieldId}Query Parameters
Name
Type
Required
Comments
Response
{
"data": {
"assignedCategoryIds": [],
"defaultValue": null,
"id": 26707,
"isHidden": false,
"isRequired": false,
"isSensitiveData": false,
"name": "Client Comment",
"placeholder": "Client Comment",
"possibleValues": [],
"type": "text_input"
},
"errorCode": -1,
"errorText": null
}Last updated
Was this helpful?