List Configurable Field Set Project Options
list_configurable_field_set_project_optionsReturns a paginated list of projects associated with a configurable field set, filtered by name or number. Use to find project IDs or browse projects for a specific field set.
Instructions
Returns projects available for the specified configurable field set. 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, id. Procore API: Company Admin > Custom - Configurable Tools. Endpoint: GET /rest/v1.0/companies/{company_id}/configurable_field_sets/{id}/project_options
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — configurable Field Set ID | |
| 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) | |
| with_name | No | Query string parameter — filter by project name, project number or display name which contains the given text. | |
| starts_with | No | Query string parameter — filter by project name, project number or display name starts with the given text. |