Get Configurable Field Sets (Company)
get_configurable_field_sets_companyFetch paginated configurable field sets for company equipment records. Requires company_id; supports page and per_page parameters for pagination control.
Instructions
Get Configurable Field Sets (Company). Use this to fetch the full details of a specific Equipment records by its identifier. Returns a paginated JSON array of Equipment records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id. Procore API (v2.0): Core > Equipment. Endpoint: GET /rest/v2.0/companies/{company_id}/equipment_register/configurable_field_sets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| page | No | Query string parameter — the page number to retrieve. Default is 1. | |
| per_page | No | Query string parameter — the number of items to retrieve per page. Default is 10, maximum is 100. |