list_configurable_field_sets
Retrieve configurable field sets for a company in Procore, enabling administrators to view and manage custom data fields with filtering options.
Instructions
List Configurable Field Sets. [Company Admin/Custom - Configurable Tools] GET /rest/v1.0/companies/{company_id}/configurable_field_sets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| include_lov_entries | No | whether or not to include LOV entries in the response (defaults to true) | |
| page | No | Page | |
| per_page | No | Elements per page | |
| filters__type__ | No | Filter by field set type(s). Could be a string or an array of string. | |
| filters__generic_tool_id__ | No | Filter by generic tool id(s). Could be a integer or an array of integer. | |
| view | No | Specify which view to render. Options are common, extended, mobile, or with_project_ids |