app.didpic.actor.getPrefs

lexicons.didpic.app

Documentation

The authenticated viewer's preferences.

main query

The authenticated viewer's preferences.

Output

Encodingapplication/json
prefs array Required

No description available.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "prefs"
      ],
      "properties": {
        "prefs": {
          "type": "array",
          "items": {
            "ref": "#prefEntry",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "The authenticated viewer's preferences."
}
prefEntry object

No description available.

Properties

kind string Required

Lexicon ref naming the shape of value.

updatedAt string datetime Optional

An RFC 3339 formatted timestamp.

value unknown Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "kind",
    "value"
  ],
  "properties": {
    "kind": {
      "type": "string",
      "description": "Lexicon ref naming the shape of value."
    },
    "value": {
      "type": "unknown"
    },
    "updatedAt": {
      "type": "string",
      "format": "datetime"
    }
  }
}

Lexicon Garden

@