Get All Equipment Maintenance Records (Company)
get_all_equipment_maintenance_records_companyRetrieve all maintenance records for a specific piece of equipment within a company. Supports pagination, search, filtering by service type, and sorting.
Instructions
Retrieve equipment maintenance records for a specific 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: per_page, equipment_id, company_id. Procore API (v2.0): Core > Equipment. Endpoint: GET /rest/v2.0/companies/{company_id}/equipment_register/{equipment_id}/maintenance/records
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| equipment_id | Yes | URL path parameter — unique identifier of the equipment | |
| 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 |