Get Custom Field
All API requests should contain authorization headers.
Request
GET /customFields/{CustomFieldId}
Query Parameters
Name
Type
Required
Comments
CustomFieldId
integer
yes
The id of the custom field to retrieve
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
}
Data
field has type of Custom Field object.
Last updated
Was this helpful?