Get All Equipment Maintenance Records (Project)
get_all_equipment_maintenance_records_projectRetrieve all maintenance records for a specific piece of equipment in a project. Use filters and pagination to find the records you need.
Instructions
Retrieve equipment maintenance records for a specific equipment. 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, equipment_id, project_id, company_id. Procore API (v2.0): Core > Equipment. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/equipment_register/{equipment_id}/maintenance/records
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| equipment_id | Yes | URL path parameter — unique identifier of the equipment | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| search | No | Query string parameter — search criteria | |
| filters__type | No | Query string parameter — filter by service type | |
| page | No | Query string parameter — the page number to retrieve. Default is 1. | |
| per_page | Yes | Query string parameter — number of records per page | |
| sort | No | Query string parameter — sort order for results. Prefix with '-' for descending order |