---
title: "getOptions"
method: GET
path: "/players/{playerId}/homeTheater/options"
tags: ["homeTheater"]
---

# getOptions

`GET /players/{playerId}/homeTheater/options`

This command retrieves the current home theater options.

## Response `200`

Returns a homeTheaterOptions object with a `success` value of true if successful. In
 the event of a failure, returns a `globalError`.

- HomeTheaterOptions — These settings are specific to the home theater feature on some products.
  - `nightMode` boolean, nullable — *Night Sound* is most useful when watching TV at low volumes, such as late at night. It will make the dialogue more clear, while reducing the intensity of loud sounds.
  - `enhanceDialog` boolean, nullable — *Speech Enhancement* boosts the audio frequencies associated with the human voice. Turning this feature on will make dialogue easier to hear, which can be especially useful during action movies.

## Other responses

- `400` — Returns a homeTheaterOptions object with a `success` value of true if successful. In the event of a failure, returns a `globalError`.
- `401` — Returns a homeTheaterOptions object with a `success` value of true if successful. In the event of a failure, returns a `globalError`.
- `403` — Returns a homeTheaterOptions object with a `success` value of true if successful. In the event of a failure, returns a `globalError`.
- `404` — Returns a homeTheaterOptions object with a `success` value of true if successful. In the event of a failure, returns a `globalError`.
- `499` — Returns a homeTheaterOptions object with a `success` value of true if successful. In the event of a failure, returns a `globalError`.
- `500` — Returns a homeTheaterOptions object with a `success` value of true if successful. In the event of a failure, returns a `globalError`.
- `503` — Returns a homeTheaterOptions object with a `success` value of true if successful. In the event of a failure, returns a `globalError`.

---

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