Fetch Attachment By Id (Project)
fetch_attachment_by_id_projectRetrieve full details of a specific attachment linked to equipment in a project. Provide equipment, attachment, project, and company IDs to get the attachment data.
Instructions
Fetch attachment 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: equipment_id, attachment_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}/attachment/{attachment_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| equipment_id | Yes | URL path parameter — unique identifier of the equipment | |
| attachment_id | Yes | URL path parameter — unique identifier of the attachment | |
| 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) |