CustomFields
Query an organization's custom fields.
SELECT
Note: Filters provided with one of the supported operators listed in the "Operators" column can be processed server-side, all the other filters are processed client-side.
SELECT * FROM CustomFields WHERE FieldType = 'offer';
Columns
| Name | Type | Operators | Description |
| Id [KEY] | Int64 | Custom field ID. | |
| Name | String | The field name. | |
| Description | String | The field description. | |
| Active | Bool | Boolean value which is false if the custom field has been deleted, true otherwise. | |
| ValueType | String | One of short_text, long_text, yes_no, single_select, multi_select, currency, currency_range, number, number_range, date, url, or user. | |
| Required | Bool | Whether this field should be required in the object that it exists. | |
| NameKey | String | This value is based of the name of the field when it is created and does not change as the field's name is later updated. | |
| FieldType | String | = | One of: offer, candidate, application, job, rejection_question, referral_question, user_attribute. |