Show Custom Field Metadatum (Deprecated)
show_custom_field_metadatum_v1_0Get full details for a specific custom field metadatum using its ID and company ID. Returns a single JSON object with all field attributes.
Instructions
Returns the details for a specified Custom Field Metadatum. 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 metadatum 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 metadatum. 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_metadata/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — custom Field Metadatum 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 attributes company_id, host_type, source_type, source_id, label, data_type. T... | |
| company_id | Yes | Query string parameter — unique identifier for the company. |