---
title: "Widget Views by Widget Type"
method: GET
path: "/analytics/widgets"
tags: ["Analytics"]
---

# Widget Views by Widget Type

`GET /analytics/widgets`

Aggregates Widget Views by Widget Type, with optional time and dashboard filters.

## Query parameters

- `dashboard` string
- `startDate` string, date-time
- `endDate` string, date-time

## Response `200`

An array of aggregated results.

- WidgetViews[]
  - `widget` string — The Widget Type.
  - `widgetViews` integer — The aggregated number of Widget Views for the Widget Type.

## Other responses

- `500` — Server error

---

[API](https://skmtc.dev/expediagroup/apis/cyclotron-api.md) · [All operations](https://skmtc.dev/expediagroup/apis/cyclotron-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/expediagroup/cyclotron-api/revisions/18e751e6bc49/schema)
