Skip to content

ExportModule and Export API

Octoplant provides the ExportModule and Export API for exporting data as reports in open file formats. The output files are the same, but the export is started and configured differently.

  • The ExportModule uses a separate INI parameter file for each report. Each report must be started manually and is returned as a standalone file.
  • The Export API is a REST-based interface that accepts a single JSON parameter file with all required settings for multiple reports. When executed, the Export API returns a ZIP archive that contains all requested reports in one package.

Related topics