1. Exporting selected tickets via the user interface
In the ticket overview, the currently displayed ticket list can be downloaded via the export icon in the upper right corner. All set filters, such as channel filters, status, and tags, are taken into account.2. Exporting tickets, messages, and edits via the user interface
This export can be accessed by the following navigation: Settings -> Advanced Settings -> Exports and Reporting Settings Here, it is possible to choose between the well-known, central data tables:- Tickets
- Messages
- Edits
3. Export via the REST API
The Enneo REST API is available for automated exports. The documentation for the corresponding API interface/api/mind/export/ can be found here.
This interface is particularly suitable for automated exports, as it allows for setting filters or limits. Consequently, connections to external BI systems such as MS Power BI, Tableau, Snowflake, Google Looker Studio, etc. are possible.
The desired data table can be specified via the “key” parameter:
- tickets
- messages
- worklog
limit, offset, or orderByField are available in the documentation.
Export formats
The following formats are available for all export options:- XLSX (Excel)
- CSV (Comma Separated Values)
- JSON (JavaScript Object Notation)