Get a Custom Field
Returns a single custom field by ID.
entityType and dataType, whether it is enabled, required, and able to sync to your CRM, and the listValues a picklist field offers.Authorizations
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Path Parameters
The ID of the custom field.
Response
OK
Custom field model.
The unique identifier of the custom field.
The unique identifier of the custom collection the field belongs to.
The name of the custom field.
The name shown to donors on the page.
The type of record the custom field is collected on, such as Donor or Gift.
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 The entity type display name.
The type of value the custom field holds, such as Text, Number, or Date.
0, 1, 2, 3, 4, 5, 6, 7, 8 The data type display name.
Whether this instance is enabled.
Whether this instance can synchronize.
How the value is formatted when it is displayed.
0, 1, 2, 3, 4, 5, 6, 7, 8, 9 The values a donor can choose from, for fields that offer a list.
The rank of the custom field.
Whether this custom field is required.