get
https://app.hive.com/api/v2/dashboard-widgets//data
Returns processed data points of a dashboard widget as a JSON array.
Supported widget types: barChart, pieChart, line, and numbers.
pivotNumbers and pivotTable widgets are not supported. Use GET /dashboard-widgets/{widgetId}/export for those.
Each item in the response data array contains a label (dimension value), a numeric value (metric), and an optional metadata object.
Dashboard-level filters are applied by default. Set ignoreContainerFilter=true to bypass them. Use user_filter_id to apply a specific saved filter.
