List Configurable Field Sets
list_configurable_field_setsRetrieve a paginated list of all Configurable Field Sets for a company, with optional filters by type or tool ID.
Instructions
Return a list of all Configurable Field Sets associated with a Company. Use this to enumerate Custom - Configurable Tools when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Custom - Configurable Tools. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id. Procore API: Company Admin > Custom - Configurable Tools. Endpoint: GET /rest/v1.0/companies/{company_id}/configurable_field_sets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| include_lov_entries | No | Query string parameter — whether or not to include LOV entries in the response (defaults to true) | |
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) | |
| filters__type__ | No | Query string parameter — filter by field set type(s). Could be a string or an array of string. | |
| filters__generic_tool_id__ | No | Query string parameter — filter by generic tool id(s). Could be a integer or an array of integer. | |
| view | No | Query string parameter — specify which view to render. Options are common, extended, mobile, or with_project_ids |