Show Custom Field Definition
show_custom_field_definition_companyRetrieve complete details for a specific custom field definition in Procore, including its full field set and configurable field set options.
Instructions
Returns the details for a specified Custom Field Definition. Use this when you already know which custom field definition you want and need its full field set. company_id defaults to the value set by procore_set_config when omitted, and id must identify an existing parent record — resolve it with the matching list tool first. Returns a single JSON object describing the custom field definition. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id, id. Procore API (v2.0): Company Admin > Custom - Configurable Tools. Endpoint: GET /rest/v2.0/companies/{company_id}/custom_field_definitions/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — custom Field Definition ID | |
| view | No | Query string parameter — controls which fields are returned for each Custom Field Definition. 'with_configurable_field_sets' additionally includes the configurable_field_sets array listing the field sets that use the defin... | |
| company_id | Yes | URL path 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). |