Project Export
The project export allows to export project data through a JSON request to external systems - the export feature needs to be enabled for a mandator in order to be available for users.
In order to enable the export the following information needs to be provided:
- Export Mode
- TheÂ
Interactive
mode will collect all the data for the export, build the JSON and redirect the user to the project export endpoint. - TheÂ
Background
mode will collect all the data for the export, build the JSON and send the data in the background - the user will only get a status message.
- TheÂ
- Export Endpoint
- The URL the JSON should be sent to in the interactive or background mode.
- Export HTTP Method
- The HTTP method that should be used to transmit the data (POST is recommended).