---
title: "Get channel mapping options."
method: GET
path: "/LiveTv/ChannelMappingOptions"
tags: ["LiveTv"]
---

# Get channel mapping options.

`GET /LiveTv/ChannelMappingOptions`

## Query parameters

- `providerId` string, nullable — Provider id.

## Response `200`

Channel mapping options returned.

- ChannelMappingOptionsDto — Channel mapping options dto.
  - `TunerChannels` TunerChannelMapping[], nullable — Gets or sets list of tuner channels.
    - `Name` string, nullable
    - `ProviderChannelName` string, nullable
    - `ProviderChannelId` string, nullable
    - `Id` string, nullable
  - `ProviderChannels` NameIdPair[], nullable — Gets or sets list of provider channels.
    - `Name` string, nullable — Gets or sets the name.
    - `Id` string, nullable — Gets or sets the identifier.
  - `Mappings` NameValuePair[], nullable — Gets or sets list of mappings.
    - `Name` string, nullable — Gets or sets the name.
    - `Value` string, nullable — Gets or sets the value.
  - `ProviderName` string, nullable — Gets or sets provider name.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[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)
