show_custom_field_definition
Retrieve custom field definitions from Procore to view configuration details, field types, and list of values for company-specific data management.
Instructions
Show Custom Field Definition. [Company Admin/Custom - Configurable Tools] GET /rest/v1.0/custom_field_definitions/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Custom Field Definition ID | |
| view | No | The extended view provides what is shown below. The default view returns the same as the extended view but excludes the attribute custom_field_lov_entries. The with_lov_entries view is the same as ... | |
| company_id | Yes | Unique identifier for the company. | |
| includes_configurable_field_sets_count | No | If true, response will include the number of field sets using item (custom field). | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |