get
https://app.hive.com/api/v2/dashboard-widgets//data
Returns dashboard widget data as JSON for programmatic access and real-time integrations.
Returns dashboard widget data as JSON for programmatic access. Only supports chart widgets (barChart, pieChart, line). Not available for pivotTable or pivotNumbers - use export endpoint instead.
Supported Widget Types
- barChart - Vertical or horizontal bar charts
- pieChart - Pie or doughnut charts
- line - Line graph visualizations
NOT Supported
- pivotTable - Use
/exportendpoint instead - pivotNumbers - Use
/exportendpoint instead
Important Notes
- Returns live data directly as JSON (not a download URL)
- Dashboard-level filters apply unless
ignoreContainerFilteris set to true on the widget - Deleted widgets (with
deleted: true) cannot be queried - Response format is optimized for programmatic consumption and charting libraries
