---
title: "Legacy Export Excel Report"
method: GET
path: "/dashboard/export-insights-data"
tags: ["Dashboard"]
---

# Legacy Export Excel Report

`GET /dashboard/export-insights-data`

Legacy alias of the Excel report export, kept for backwards compatibility. Behaves identically to "Export Excel report": generates and downloads an Excel (.xlsx) report containing insight data and ratings for all filtered locations. Prefer /excel-export for new integrations.

## Query parameters

- `startDate` string
- `endDate` string
- `group` 'DAILY' | 'WEEKLY' | 'MONTHLY' | 'QUARTERLY' | 'YEARLY' | 'HOUR' | 'DAY' | 'WEEK' | 'MONTH' | 'YEAR'
- `filterCategory` 'location' | 'business' | 'labels' | 'location-groups'
- `textFilter` unknown
- `locationIds` unknown
- `businessIds` unknown
- `labels` unknown
- `locationGroupIds` unknown
- `excludedLocationIds` unknown
- `excludedBusinessIds` unknown
- `excludedLabels` unknown
- `excludedLocationGroupIds` unknown

## Response `200`

Excel (.xlsx) file download. Each row is one location; columns are described by the schema below.

---

[API](https://skmtc.net/uberall/apis/uberall-api.md) · [All operations](https://skmtc.net/uberall/apis/uberall-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uberall/uberall-api/versions/a506e82d7cbe/schema)
