I am currently syncing Zoho Expenses with our internal portal. During the sync process, I can successfully retrieve expense details, including document-related information such as file_name, document_id, and other metadata.
My goal is to retrieve these documents (attachments) using the provided details and store them in our system for further processing. However, I couldn’t find any specific API endpoint in Zoho’s documentation to fetch or download these files using the document_id or similar identifiers.
Could someone guide me on:
Any insights, suggestions, or references to documentation would be greatly appreciated.