# app.thesocialwire.sync.getPreferences

> Published by [samclemente.me](https://lexicon.garden/identity/did:plc:qy5pluw2bsuq2x6albsgkvx3)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:qy5pluw2bsuq2x6albsgkvx3/app.thesocialwire.sync.getPreferences)
- [Documentation](https://lexicon.garden/lexicon/did:plc:qy5pluw2bsuq2x6albsgkvx3/app.thesocialwire.sync.getPreferences/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:qy5pluw2bsuq2x6albsgkvx3/app.thesocialwire.sync.getPreferences/examples)

## Definitions

### `app.thesocialwire.sync.getPreferences`

**Type**: `query`

Get the authenticated viewer's preference synchronization snapshot.

#### Parameters

| Property | Type | Required | Description |
|----------|------|----------|-------------|

#### Output

**Encoding**: `application/json`

#### Errors

- **UpstreamUnavailable**

## Raw Schema

```json
{
  "id": "app.thesocialwire.sync.getPreferences",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "UpstreamUnavailable"
        }
      ],
      "output": {
        "schema": {
          "ref": "app.thesocialwire.defs#jsonObject",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {}
      },
      "description": "Get the authenticated viewer's preference synchronization snapshot."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
