List Project Configurable Field Sets
list_project_configurable_field_setsEnumerate project custom configurable tools by listing paginated configurable field sets. Filter by type, tool ID, or category.
Instructions
Return a list of all Configurable Field Sets associated with a Project. 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: project_id. Procore API: Company Admin > Custom - Configurable Tools. Endpoint: GET /rest/v1.0/projects/{project_id}/configurable_field_sets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| 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) | |
| include_lov_entries | No | Query string parameter — whether or not to include LOV entries in the response (defaults to true) | |
| types__ | No | Query string parameter — filter by of configurable field set types | |
| include_default_configurable_field_sets | No | Query string parameter — flag to include the default values for each type of Configurable Field Set if one has not been created. | |
| generic_tool_id | No | Query string parameter — filter by generic tool id(s). Could be a integer or an array of integer. | |
| action_plan_type_id | No | Query string parameter — filter by Action Plan type id. | |
| inspection_type_id | No | Query string parameter — filter by inspection type id. | |
| observations_category_id | No | Query string parameter — filter by observations category id. | |
| category | No | Query string parameter — filter by category. |