---
title: "Dashboard Visits Trend"
method: GET
path: "/analytics/visitsovertime"
tags: ["Analytics"]
---

# Dashboard Visits Trend

`GET /analytics/visitsovertime`

Aggregates Visits over time, with optional time and dashboard filters.

## Query parameters

- `dashboard` string
- `resolution` 'minute' | 'hour' | 'day'
- `startDate` string, date-time
- `endDate` string, date-time

## Response `200`

An array of aggregated results.

- VisitsResponse[]
  - `date` string, date-time — Date/time.
  - `visits` integer — The aggregated number of Visits for the current period of time.

## Other responses

- `400` — Invalid query string parameters
- `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)
