at.ducs.relationships.getRelationships

ducs.at

Documentation

main query

No description available.

Parameters

beforeDid string did Optional

A decentralized identifier (DID).

limit integer Optional

No description available.

Output

Encodingapplication/json
relationships array Optional

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",
      "properties": {
        "relationships": {
          "type": "array",
          "items": {
            "ref": "at.ducs.relationships.defs#relationship",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "limit": {
        "type": "integer",
        "default": 20
      },
      "beforeDid": {
        "type": "string",
        "format": "did"
      }
    }
  }
}

Lexicon Garden

@