Get Equipment Maintenance Record By Its ID (Project)
get_equipment_maintenance_record_by_its_id_projectRetrieve the full details of a specific equipment maintenance record by providing its maintenance ID, equipment ID, project ID, and company ID. Returns a JSON object with the record's information.
Instructions
Get equipment maintenance record by its ID (Project). 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, 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/{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 | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| 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) |