Discussions
How to get GLExport file using REST
11 months ago by Molivouth Boulom
Is it possible to access the download file from an Export log using the REST API?
From iMIS: RiSE website > Finance > Closing procedures > General ledger export > Export log > download
Using the iMIS REST API we can:
- Creates a GLExport - that creates a new Export log entry
- Executes a GLExport operation - that creates an Export File (using previous information)
How do we access the download file (using iMIS REST API), which is a compressed ZIP file, containing our export file(s)?
Or how can we get the same information as the generated export file(s)?
Is there more information available regarding GLExportRequest and its parameters?
- TransactionRecordCount?
- RequestCulture?
Thank you for any insights.