find_configurable_field_set_by_index
Retrieve configurable field sets from Procore by specifying type and company ID, with optional project or category filters for targeted results.
Instructions
Find Configurable Field Set by Index. [Company Admin/Custom - Configurable Tools] GET /rest/v1.0/companies/{company_id}/configurable_field_sets/find_by_index
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| type | Yes | The type of Configurable Field Set | |
| project_id | No | Project ID that is associated to the Configurable Field Set, if applicable | |
| scope__category | No | Category or observations_category_id are required for an Observations Configurable Field Set (0 = quality, 1 = safety, 2 = commissioning, 3 = warranty, 4 = work to complete) | |
| scope__observations_category_id | No | Category or observations_category_id Required for an Observations Configurable Field Set | |
| scope__inspection_type_id | No | Required for an Inspection Configurable Field Set. If a value is provided, only field set of the specific Inspection type is returned. If no value is provided, only field set of unassociated Inspec... | |
| scope__generic_tool_id | No | Required for a Generic Tool Item Configurable Field Set (type of ConfigurableFieldSet::GenericToolItem) | |
| scope__action_plan_type_id | No | Required for an Action Plans Plan Configurable Field Set (type of ConfigurableFieldSet::ActionPlans::Plan) | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |