List Custom Field Definition'S Configurable Field Sets
list_custom_field_definitions_configurable_field_setsRetrieve a paginated list of configurable field sets for a specific custom field definition. Use to find IDs or filter results by query parameters.
Instructions
Return a list of all Configurable Field Sets for a given Custom Field Definition associated with the Current 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, custom_field_definition_id. Procore API: Company Admin > Custom - Configurable Tools. Endpoint: GET /rest/v1.0/companies/{company_id}/custom_field_definitions/{custom_field_definition_id}/configurable_field_sets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| custom_field_definition_id | Yes | URL path parameter — custom Field Definition ID | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |