Custom Fields

Get custom field

REQUIRED SCOPES <code>['custom-fields:read']</code><br>This API request retrieves information for a single specific custom field. Getting one specific custom field will require you to input unique id of the custom field. <br><br>As a result, you view the name of the field and all its unique properties.

get/custom-fields/{customField}

Path parameters

customFieldinteger required

Custom field id

Response

OK

idinteger
organization_idinteger
keystring
namestring
typestring
visibleinteger

Changes

No recorded changes to this endpoint across all 2 revisions of this API.