---
title: "get user history (Auth)"
method: GET
path: "/api/tracking"
tags: ["UserVisitsTracking"]
---

# get user history (Auth)

`GET /api/tracking`

## Query parameters

- `PageNumber` integer
- `PageSize` integer

## Response `200`

OK

- GanjoorUserBookmarkViewModel[]
  - `id` string, uuid — Id
  - `poetName` string, nullable — poet name
  - `poetImageUrl` string, nullable — poet image url
  - `poemFullTitle` string, nullable — poem full title
  - `poemFullUrl` string, nullable — sample: /hafez/ghazal/sh1
  - `coupletIndex` integer — couplet index
  - `verseText` string, nullable — verse1 text
  - `verse2Text` string, nullable — verse2 text
  - `dateTime` string, date-time — DateTime
  - `privateNote` string, nullable — private note for bookmark

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

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