Get Equipment Maintenance Record By Its ID (Company)
get_equipment_maintenance_record_by_its_id_companyRetrieve the complete details of a specific equipment maintenance record using its maintenance, equipment, and company identifiers.
Instructions
Get equipment maintenance record by its ID (Company). Use this to fetch the full details of a specific Equipment records by its identifier. Returns a JSON object describing the requested Equipment records. Required parameters: maintenance_id, equipment_id, company_id. Procore API (v2.0): Core > Equipment. Endpoint: GET /rest/v2.0/companies/{company_id}/equipment_register/{equipment_id}/maintenance/records/{maintenance_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maintenance_id | Yes | URL path parameter — unique identifier of the maintenance | |
| equipment_id | Yes | URL path parameter — unique identifier of the equipment | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |