Show Custom Field Metadatum
show_custom_field_metadatumRetrieve detailed information about a specific Custom Field Metadatum using its ID and company ID. Returns a JSON object with custom field configuration details.
Instructions
Returns the details for a specified Custom Field Metadatum. 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_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. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |