Show Custom Field Definition
show_custom_field_definitionGet detailed information about a custom field definition by providing its ID and company ID. Returns full field configuration data from Procore's API.
Instructions
Returns the details for a specified Custom Field Definition. Use this to fetch the full details of a specific Custom - Configurable Tools by its identifier. Returns a JSON object describing the requested Custom - Configurable Tools. Required parameters: id, company_id. Procore API: Company Admin > Custom - Configurable Tools. Endpoint: GET /rest/v1.0/custom_field_definitions/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — custom Field Definition ID | |
| view | No | Query string parameter — 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 | Query string parameter — unique identifier for the company. | |
| includes_configurable_field_sets_count | No | Query string parameter — if true, response will include the number of field sets using item (custom field). | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |