Breaking Change — Effective June 30, 2026. Requests using report_type=SINGLE_METRIC will return a 400 error after this date.
The SINGLE_METRIC value for the report_type parameter is being deprecated and will be removed from the Dashboard Reports API.
- Endpoint:
GET https://dashboard.dashsocial.com/reports/data
- Action Required: Replace with
TOTAL_METRIC
Required action
Update your API calls to use:
If your query does not include the report_type parameter, add report_type=TOTAL_METRIC to your request.
There are no changes to the response structure or returned data. This is a direct parameter replacement.
Example
Before:
After: