list_custom_field_metadata
Retrieve custom field definitions and metadata from Procore to configure and manage project or company-specific data fields.
Instructions
List Custom Field Metadata. [Company Admin/Custom - Configurable Tools] GET /rest/v1.0/custom_field_metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | No | Unique identifier for the company. You must supply either a company_id or project_id. | |
| project_id | No | Unique identifier for the project. You must supply either a company_id or project_id. | |
| page | No | Page | |
| per_page | No | Elements per page | |
| view | No | 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... | |
| filters__field_set_type__ | No | Return a list of all Custom Field Metadata associated with the Current Company and source_type provided. | |
| filters__field_set_id__ | No | Return a list of all Custom Field Metadata associated with the Current Company and source_id provided. | |
| filters__custom_field_definitions_id | No | Return a list of all Custom Field Metadata associated with the Current Company and custom_field_definition_id provided. |