---
title: "Page Views by Unique Visitors"
method: GET
path: "/analytics/uniquevisitors"
tags: ["Analytics"]
---

# Page Views by Unique Visitors

`GET /analytics/uniquevisitors`

Aggregates Page Views by Unique Visitor, with optional time and dashboard filters. Defaults to the top 100 Users; this can be modified via the ?max parameter.

## Query parameters

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

## Response `200`

An array of aggregated results.

- VisitorPageViews[]
  - `user` User
    - `sAMAccountName` string — Username of the User.
    - `name` string — Formal name of the User.
    - `email` string — Email address
    - `emailHash` string — An MD5 hash of the User's email address.
    - `distinguishedName` string — LDAP distinguished name.
    - `displayName` string — Display name of the User.
    - `givenName` string — The User's given name.
    - `title` string — The User's current title.
    - `department` string — The User's department.
    - `division` string — The User's division.
    - `firstLogin` unknown
    - `lastLogin` unknown
    - `timesLoggedIn` integer — The number of times this User has logged into Cyclotron.
    - `memberOf` string[] — List of LDAP distinguished names for groups this User is a member of.
  - `pageViews` integer — The aggregated number of Page Views for the current user.

## 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)
