v1

latestOpenAPI 3.0.32026-07-171140286.6 KB
Api\ExportController

api/export GET Generate an Excel file with all user data and send by e-mail or as download link

get/api/export

Headers

Authorizationstring
Content-Typestring
Acceptstring
Accept-languagestring

Request body

groupdataboolean

1: also include group data in export. 0, of not filled: only export my own data. Default: 0.

sensordataboolean

1: also include measurement data in export. 0, of not filled: do not add measurement data. Default: set in environment settings.

linkboolean

1: Save the export to a file and provide the link, 0, or not filled means: send the Excel as an attachment to an email to the user's email address. Default: 0.

Example request

{
  "link": true
}