Get dashboard widget data
Widget
Get dashboard widget data
Get calculated data for a dashboard widget:
Parameters:
id: Widget ID to get data for
Returns:
- Calculated values based on the widget’s environmental indicator
- Calculation metadata (time period, sites, aggregation method)
- Data quality information and any issues found
- Units and formatting details
Data structure varies by widget type (table, chart, gauge) but always includes the calculated environmental values with full context for analysis and display.
GET
Get dashboard widget data
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

