app.blebbit.authr.page.listPageRelationships

blebbit.app

Documentation

main query

No description available.

Parameters

cursor string Optional

No description available.

id string Optional

No description available.

limit integer Optional

No description available.

Output

Encodingapplication/json
pages 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
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "properties": {
        "pages": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "subject": {
                "type": "string"
              },
              "relation": {
                "type": "string"
              },
              "resource": {
                "type": "string"
              }
            }
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "$authzed": "admin",
  "$flexicon": {
    "action": "rel-list"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "id": {
        "type": "string"
      },
      "limit": {
        "type": "integer"
      },
      "cursor": {
        "type": "string"
      }
    }
  }
}

Lexicon Garden

@