Exports

This module explains how Exports works in Senuto API

To make requests to export data using Senuto API we must add ../exports/.. before Controller. Each module have its own endpoints to do exports.

If endpoint has capability to do export data in description you will find annotation Export! with brief information.

Export endpoints returns downloadUrl inside body response. You can use it for download the data as a file.

Link to success response export example: Success - export

To find all endpoints with capability to export data use browser finder and look for Export!