Fetch Attachment By Id (Company)
fetch_attachment_by_id_companyRetrieve full details of an attachment for a specific equipment record by providing the company, equipment, and attachment identifiers.
Instructions
Fetch attachment by 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: equipment_id, attachment_id, company_id. Procore API (v2.0): Core > Equipment. Endpoint: GET /rest/v2.0/companies/{company_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 | |
| 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) |