Show An Individual Managed Equipment Maintenance Log Attachment
show_an_individual_managed_equipment_maintenance_log_attachmentRetrieve detailed information about a specific attachment from a managed equipment maintenance log in Procore, using company, log, and attachment IDs.
Instructions
Return detailed information about a specific managed equipment maintenance log attachment. Use this to fetch the full details of a specific Field Productivity records by its identifier. Returns a JSON object describing the requested Field Productivity records. Required parameters: company_id, id, attachment_id. Procore API: Project Management > Field Productivity. Endpoint: GET /rest/v1.0/companies/{company_id}/managed_equipment_maintenance_logs/{id}/attachments/{attachment_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — iD of the managed equipment maintenance log to get attachments from | |
| attachment_id | Yes | URL path parameter — iD of the managed equipment maintenance log attachment | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |