Show Custom Field Metadatum
show_custom_field_metadatum_companyFetch full details for a known custom field metadatum in Procore using company and metadatum IDs. Perfect when you need the complete field set; read-only.
Instructions
Returns the details for a specified Custom Field Metadatum. Use this when you already know which custom field metadatum 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 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: company_id, id. Procore API (v2.0): Company Admin > Custom - Configurable Tools. Endpoint: GET /rest/v2.0/companies/{company_id}/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, v... | |
| company_id | Yes | URL path parameter — unique identifier for the company. |