---
title: "Get all the On Demand pages of a user"
method: GET
path: "/users/{user_id}/ondemand/pages"
tags: ["On Demand\\Essentials"]
---

# Get all the On Demand pages of a user

`GET /users/{user_id}/ondemand/pages`

Information about this method appears below.

## Path parameters

- `user_id` number, required

## Query parameters

- `direction` 'asc' | 'desc'
- `filter` 'film' | 'series'
- `page` number
- `per_page` number
- `sort` 'added' | 'alphabetical' | 'date' | 'modified_time' | 'name' | 'publish.time' | 'rating'

## Response `200`

The On Demand pages were returned.

## Other responses

- `404` — No such user exists.

---

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