Get Equipment By ID (Project)
get_equipment_by_id_projectFetch the full details of an equipment record by its ID for a specific project.
Instructions
Get equipment by 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: project_id, equipment_id, company_id. Procore API (v2.1): Core > Equipment. Endpoint: GET /rest/v2.1/companies/{company_id}/projects/{project_id}/equipment_register/{equipment_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — the Id of the project | |
| equipment_id | Yes | URL path parameter — the UID 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) |