ai.newnal.trustsquare.getSquare

bezalel-newnal.bsky.social

Documentation

Fetch one Square by AT-URI or short id.

main query

Fetch one Square by AT-URI or short id.

Parameters

id string Optional

No description available.

uri string at-uri Optional

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

Output

Encodingapplication/json

Errors

NotFound
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
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "NotFound"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "square"
      ],
      "properties": {
        "square": {
          "ref": "ai.newnal.trustsquare.defs#squareView",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "id": {
        "type": "string"
      },
      "uri": {
        "type": "string",
        "format": "at-uri"
      }
    }
  },
  "description": "Fetch one Square by AT-URI or short id."
}

Lexicon Garden

@