Show Custom Field Definition (Deprecated)
show_custom_field_definition_v1_0Retrieve the complete field set for a custom field definition using its ID and company ID. View configurable options, lov entries, and related counts for a known Procore custom field.
Instructions
Returns the details for a specified Custom Field Definition. DEPRECATED: Procore has deprecated this endpoint (as of 2026-07-27). It is scheduled for removal on 2027-07-28; prefer a newer version of this resource where one exists, and use procore_search_endpoints to find it. Use this when you already know which custom field definition you want and need its full field set. 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: 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). |