Data Exporting
TrackVision provides several ways to export data, from self-service downloads in the UI to programmatic API access and direct database connections for advanced analytics use cases.
Export from Analytics Dashboards
Data displayed in TrackVision's analytics dashboards can be exported directly from the interface. Individual chart and table results can be downloaded in common formats including CSV, Excel, and JSON. This is suitable for ad-hoc reporting and sharing data with stakeholders who don't have direct system access.
To export from a dashboard table widget, click on the three dot menu button and use the export option in the context menu.
Export from List Views
When browsing any collection in the TrackVision interface, data can be exported directly from list views. You can apply filters and select specific fields before exporting, giving you precise control over what is included in the output. Supported formats include CSV and JSON.
To export from a list view, apply any desired filters and use the Export option in the toolbar.
REST API
All data in TrackVision is accessible via the Native REST API, making it straightforward to pull data into external systems programmatically. The API supports filtering, sorting, pagination, and field selection, giving you full control over what is retrieved.
This is the recommended approach for automated data exports and system-to-system integrations.
Custom Webhook
TrackVision's Flow engine can be configured to push data to external systems automatically when certain events occur — for example, when a new lot is created, a shipment notice is updated, or an EPCIS event is received. Outbound webhooks allow TrackVision to act as a data source for downstream systems without requiring those systems to poll the API.
Webhooks can also be created that allow data to be queried (essentially allowing custom APIs to be created rapidly without coding).
Outbound webhook flows are configured through the TrackVision admin interface. See the Flows documentation for more information on the automation capabilities available.
Export via SQL Connection
For advanced analytics, reporting, or data warehouse use cases, TrackVision can provide a direct read-only SQL connection to the underlying data. This enables integration with tools such as Power BI, Tableau, Excel, or any other SQL-compatible analytics platform.
SQL connections are set up by TrackVision staff as part of your account configuration. Contact your TrackVision representative to request access.