List All Maintenance Logs Attachment
list_all_maintenance_logs_attachmentRetrieve a paginated list of all attachments for a specific maintenance log by providing company ID and maintenance log ID. Control pagination with page and per_page parameters.
Instructions
Return a list of all Maintenance Log attachments for the Maintenance Log the current user has access to. Use this to enumerate Field Productivity records when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Field Productivity records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id, id. Procore API: Project Management > Field Productivity. Endpoint: GET /rest/v1.0/companies/{company_id}/managed_equipment_maintenance_logs/{id}/attachments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — unique identifier of the Field Productivity resource | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |