# app.rocksky.rockbox.getAudioSettings

> Published by [rocksky.app](https://lexicon.garden/identity/did:plc:vegqomyce4ssoqs7zwqvgqty)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:vegqomyce4ssoqs7zwqvgqty/app.rocksky.rockbox.getAudioSettings)
- [Documentation](https://lexicon.garden/lexicon/did:plc:vegqomyce4ssoqs7zwqvgqty/app.rocksky.rockbox.getAudioSettings/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:vegqomyce4ssoqs7zwqvgqty/app.rocksky.rockbox.getAudioSettings/examples)

## Definitions

### `app.rocksky.rockbox.getAudioSettings`

**Type**: `query`

Get Rockbox audio settings. If `did` is provided the request is public; otherwise an auth token is required and the caller's own settings are returned.

#### Parameters

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `did` | `string` (at-identifier) | No | DID or handle of the user whose settings to fetch. Required for unauthenticated requests. |

#### Output

**Encoding**: `application/json`

## Raw Schema

```json
{
  "id": "app.rocksky.rockbox.getAudioSettings",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "ref": "app.rocksky.rockbox.defs#settingsView",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "did": {
            "type": "string",
            "format": "at-identifier",
            "description": "DID or handle of the user whose settings to fetch. Required for unauthenticated requests."
          }
        }
      },
      "description": "Get Rockbox audio settings. If `did` is provided the request is public; otherwise an auth token is required and the caller's own settings are returned."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
