For AI agents: visit https://developers.hive.com/v1.0/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Field | Type | Description |
|---|
| label | String | Custom Field Label |
| attachedToObject | String | Type of object this custom field is in relation to |
| type | String | Type of custom field ('text', 'date', 'project', 'formula', 'user', 'select') |
| dropdownValues | String[] | Array of possible values for a select custom field |
| allowMultiSelect | Boolean | Whether or not multi select is enabled for this custom field |
| formula | String | Formula definition for formula custom fields |
| workspace | String | Workspace ID for this custom field |
| deleted | Boolean | Whether this custom field is deleted |
| createdAt | Date | Date this custom field was created |
| modifiedAt | Date | Date this custom field was modified |
| createdBy | String | User ID that created this custom field |
| modifiedBy | String | User ID that last modified this custom field |