list_attachments
List attached files for any Rentvine object by supplying its object ID and type ID. Returns file metadata: name, MIME type, size, upload date.
Instructions
List files attached to any Rentvine object (live data, read). Returns file metadata including file_id, file_name, mime_type, size, and upload date. Use list_object_types to find the correct object_type_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_id | Yes | ID of the Rentvine object (e.g. workOrderID, propertyID, leaseID, unitID). | |
| object_type_id | Yes | Rentvine object type ID (e.g. 16 = Work Order, 6 = Property, 4 = Lease, 7 = Unit). Use list_object_types for the full table. |