---
title: "Gets the configuration pages."
method: GET
path: "/web/ConfigurationPages"
tags: ["Dashboard"]
---

# Gets the configuration pages.

`GET /web/ConfigurationPages`

## Query parameters

- `enableInMainMenu` boolean, nullable — Whether to enable in the main menu.
- `pageType` 'PluginConfiguration' | 'None' — Enum ConfigurationPageType.

## Response `200`

ConfigurationPages returned.

- ConfigurationPageInfo[]
  - `Name` string, nullable — Gets or sets the name.
  - `EnableInMainMenu` boolean — Gets or sets a value indicating whether the configurations page is enabled in the main menu.
  - `MenuSection` string, nullable — Gets or sets the menu section.
  - `MenuIcon` string, nullable — Gets or sets the menu icon.
  - `DisplayName` string, nullable — Gets or sets the display name.
  - `ConfigurationPageType` 'PluginConfiguration' | 'None' — Enum ConfigurationPageType.
  - `PluginId` string, uuid, nullable — Gets or sets the plugin id.

## Other responses

- `404` — Server still loading.

---

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