Discussions

Ask a Question
Back to All

How to get GLExport file using REST

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:

  1. Creates a GLExport - that creates a new Export log entry
  2. 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.