Download Data via API
The GIoT platform provides secure API-based data export to comply with the EU Data Act. This method allows you to retrieve all your device data programmatically in a structured format, enabling seamless integration with third-party systems or migration to other platforms. Follow the upcoming steps to generate your API token and access your data safely.

Only users with Super Admin privileges or those with explicitly granted permissions can access this section.
Steps to Export Data via API
Access the API Documentation: From the Cockpit menu, navigate to Administration and click on API. A new browser tab will open directly on Swagger, showing the GIoT Public API Documentation.
Locate the Relevant API Endpoint: Browse through the organized API sections to find the endpoints for data export. Examples include:
Devices → Export device lists and configurations.
Rules → Retrieve configured rules and thresholds.
Alarms → Download full alarm history.
Measurements → Export collected measurement data.
Select the API Method: Click on the desired endpoint and choose the GET or POST method depending on the data you want to export.
Insert Required Parameters: If the endpoint requires parameters (e.g., Tenant ID, Device ID, or date ranges), insert the necessary values in the dedicated fields.
Execute the Request: Click on “Try it out” to execute the API request directly in Swagger. The data will be displayed in the Response Body below.
Download or Save Data: Copy the returned data or download it in JSON format. You can convert this into CSV or other formats if needed.
Last updated
Was this helpful?