community.gifthood.feed.getListingReplies

gifthood.community

Documentation

Public notes on a listing, oldest-first, each with the author's resolved identity — AppView-derived from community.gifthood.reply + replygate records. Unpublished method; served by the gifthood AppView.

main query

Public notes on a listing, oldest-first, each with the author's resolved identity — AppView-derived from community.gifthood.reply + replygate records. Unpublished method; served by the gifthood AppView.

Parameters

did string did Required

DID of the account that created the listing.

includeHidden boolean Optional

Include replies hidden by the listing owner's replygate, flagged `hidden: true`. Only honored when the requesting session is the listing owner; ignored otherwise.

limit integer Optional

Maximum rows to return.

rkey string Required

Record key of the listing.

Output

Encodingapplication/json
replies array Required

The notes, oldest-first, viewer-block- and adult-gate-filtered.

Errors

NotAvailableToPublic The author hides their content from logged-out viewers; sign in to view.
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
DID of the account that created the listing.
Include replies hidden by the listing owner's replygate, flagged `hidden: true`. Only honored when the requesting session is the listing owner; ignored otherwise.
Maximum rows to return.
Record key of the listing.
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "NotAvailableToPublic",
      "description": "The author hides their content from logged-out viewers; sign in to view."
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "replies"
      ],
      "properties": {
        "replies": {
          "type": "array",
          "items": {
            "ref": "community.gifthood.feed.defs#replyView",
            "type": "ref"
          },
          "description": "The notes, oldest-first, viewer-block- and adult-gate-filtered."
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "did",
      "rkey"
    ],
    "properties": {
      "did": {
        "type": "string",
        "format": "did",
        "description": "DID of the account that created the listing."
      },
      "rkey": {
        "type": "string",
        "description": "Record key of the listing."
      },
      "limit": {
        "type": "integer",
        "default": 100,
        "maximum": 100,
        "minimum": 1,
        "description": "Maximum rows to return."
      },
      "includeHidden": {
        "type": "boolean",
        "description": "Include replies hidden by the listing owner's replygate, flagged `hidden: true`. Only honored when the requesting session is the listing owner; ignored otherwise."
      }
    }
  },
  "description": "Public notes on a listing, oldest-first, each with the author's resolved identity — AppView-derived from community.gifthood.reply + replygate records. Unpublished method; served by the gifthood AppView."
}

Lexicon Garden

@