club.userstyles.alpha.graph.getRelationships

userstyles.club

Documentation

Batch variant of getRelationship: check the follow relationship between `actor` and each of `others`.

main query

Batch variant of getRelationship: check the follow relationship between `actor` and each of `others`.

Parameters

actor string at-identifier Required

Either a DID or an AT Protocol handle.

others array of string Required

No description available.

Output

Encodingapplication/json
relationships array Required

No description available.

Errors

ActorNotFound
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
Either a DID or an AT Protocol handle.
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "ActorNotFound"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "relationships"
      ],
      "properties": {
        "relationships": {
          "type": "array",
          "items": {
            "ref": "club.userstyles.alpha.defs#relationshipView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "actor",
      "others"
    ],
    "properties": {
      "actor": {
        "type": "string",
        "format": "at-identifier"
      },
      "others": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "at-identifier"
        },
        "maxLength": 25
      }
    }
  },
  "description": "Batch variant of getRelationship: check the follow relationship between `actor` and each of `others`."
}

Lexicon Garden

@