---
title: "Get the viewers of a page"
method: GET
path: "/CustomPages/{id}/Tracking"
tags: ["Custompages"]
---

# Get the viewers of a page

`GET /CustomPages/{id}/Tracking`

**Requires permission:** *StaffMember*

One row per viewer (grouped by email) with their view count and latest view.

## Path parameters

- `id` string, required

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Response `200`

Success - Success

- GetPageViewersResponse
  - `viewers` CustomPageTracker[]
    - `id` integer
    - `pageId` string, nullable
    - `userEmail` string, nullable
    - `userName` string, nullable
    - `timestamp` string, date-time
    - `count` integer
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

- `400` — An Error Occurred - Explain Error
- `401` — Unauthorized
- `403` — Forbidden

---

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