app.standard-reader.getUserLists

standard-reader.app

Documentation

Every publication list authored by a DID, each with its member publications resolved.

main query

Every publication list authored by a DID, each with its member publications resolved.

Parameters

did string did Required

A decentralized identifier (DID).

Output

Encodingapplication/json
lists 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)
Parameters
A decentralized identifier (DID).
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "lists"
      ],
      "properties": {
        "lists": {
          "type": "array",
          "items": {
            "ref": "app.standard-reader.defs#listView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "did"
    ],
    "properties": {
      "did": {
        "type": "string",
        "format": "did"
      }
    }
  },
  "description": "Every publication list authored by a DID, each with its member publications resolved."
}

Lexicon Garden

@