Get All Equipment Makes (Project)
get_all_equipment_makes_projectRetrieve a paginated list of equipment makes for a specific project. Use project and company identifiers to filter results.
Instructions
Get all equipment makes (Project). 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: per_page, project_id, company_id. Procore API (v2.0): Core > Equipment. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/equipment_register_makes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| 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 | Yes | Query string parameter — number of records per page | |
| filters__is_active | No | Query string parameter — filter results by is active |