---
title: "Returns reading lists (paginated) for a given user."
method: POST
path: "/api/ReadingList/all"
tags: ["ReadingList"]
---

# Returns reading lists (paginated) for a given user.

`POST /api/ReadingList/all`

## Query parameters

- `PageNumber` integer
- `PageSize` integer

## Request body

- ReadingListFilterDto
  - `id` integer
  - `name` string, nullable
  - `statements` ReadingListFilterStatementDto[], nullable
    - `comparison` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 — Members: - `0` — Equal - `1` — GreaterThan - `2` — GreaterThanEqual - `3` — LessThan - `4` — LessThanEqual - `5` — Contains - `6` — MustContains - `7` — Matches - `8` — NotContains - `9` — NotEqual - `10` — BeginsWith - `11` — EndsWith - `12` — IsBefore - `13` — IsAfter - `14` — IsInLast - `15` — IsNotInLast - `16` — IsEmpty - `17` — IsNotEmpty
    - `field` 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 — Members: - `1` — Title - `2` — ReleaseYear - `3` — ItemCount - `4` — Tags - `5` — Writer - `6` — Artist - `7` — Provider - `8` — MissingItemCount
    - `value` string, nullable
  - `combination` 0 | 1 — Members: - `0` — Or - `1` — And
  - `sortOptions` ReadingListSortOptionDto
    - `sortField` 1 | 2 | 3 | 4 — Members: - `1` — Title - `2` — ReleaseYearStart - `3` — ReleaseYearEnd - `4` — ItemCount
    - `isAscending` boolean
  - `entityType` 0 | 1 | 2 | 3 — Members: - `0` — Series - `1` — Reading List (ReadingList) - `2` — Person - `3` — Annotation
  - `limitTo` integer

## Response `200`

OK

- ReadingListDto[]
  - `id` integer
  - `title` string, nullable
  - `summary` string, nullable
  - `promoted` boolean
  - `coverImageLocked` boolean
  - `coverImage` string, nullable
  - `primaryColor` string, nullable
  - `secondaryColor` string, nullable
  - `itemCount` integer
  - `startingYear` integer
  - `startingMonth` integer
  - `endingYear` integer
  - `endingMonth` integer
  - `ageRating` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -1, required — Members: - `0` — Unknown - `1` — Rating Pending (RatingPending) - `2` — Early Childhood (EarlyChildhood) - `3` — Everyone - `4` — G - `5` — Everyone 10+ (Everyone10Plus) - `6` — PG - `7` — Kids to Adults (KidsToAdults) - `8` — Teen - `9` — MA15+ (Mature15Plus) - `10` — Mature 17+ (Mature17Plus) - `11` — M (Mature) - `12` — R18+ (R18Plus) - `13` — Adults Only 18+ (AdultsOnly) - `14` — X18+ (X18Plus) - `-1` — Not Applicable (NotApplicable)
  - `ownerUserName` string, nullable
  - `sourcePath` string, nullable
  - `downloadUrl` string, nullable
  - `shaHash` string, nullable
  - `provider` 0 | 1 | 2 — Members: - `0` — File (None) - `1` — File - `2` — Url
  - `lastSyncCheckUtc` string, date-time, nullable
  - `lastSyncedUtc` string, date-time, nullable
  - `totalItemsAtImport` integer
  - `tags` ReadingListTagDto[], nullable
    - `id` integer
    - `title` string, nullable, required
    - `normalizedTitle` string, nullable, required
  - `canSync` boolean

---

[API](https://skmtc.net/kareadita/apis/kavita.md) · [All operations](https://skmtc.net/kareadita/apis/kavita/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kareadita/kavita/revisions/a092f0284f3e/schema)
