app.thesocialwire.publication.getSidebar

samclemente.me

Documentation

Get the authenticated viewer's publication sidebar projection.

main query

Get the authenticated viewer's publication sidebar projection.

Parameters

phase string Optional

No description available.

Output

Encodingapplication/json

Errors

UpstreamUnavailable
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)
Parameters
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "UpstreamUnavailable"
    }
  ],
  "output": {
    "schema": {
      "ref": "app.thesocialwire.defs#jsonObject",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "phase": {
        "type": "string",
        "maxLength": 16,
        "knownValues": [
          "priority",
          "folders",
          "full"
        ]
      }
    }
  },
  "description": "Get the authenticated viewer's publication sidebar projection."
}

Lexicon Garden

@