{
"id": "community.gifthood.feed.getListingInterests",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "NotAvailableToPublic",
"description": "The author hides their content from logged-out viewers; sign in to view."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"totalCount",
"interests"
],
"properties": {
"cursor": {
"type": "string",
"description": "Reserved; not emitted in this version."
},
"interests": {
"type": "array",
"items": {
"ref": "community.gifthood.feed.defs#interestView",
"type": "ref"
},
"description": "The interests, viewer-block-filtered, newest-first."
},
"totalCount": {
"type": "integer",
"description": "Total interests on the listing (pre-block-filter — the public 'N interested' count)."
}
}
},
"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."
},
"cursor": {
"type": "string",
"description": "Reserved for future pagination; ignored in this version."
}
}
},
"description": "List the interests ('raised hands') on a listing, each with the interested person's resolved identity. Rows are viewer-block-filtered, newest first; totalCount reflects all interests (the public count)."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:7prvtl4j6wsfmkrfrnwknuxj
- CID
-
bafyreihjqehomqzzfrivg32vv4be5lx5wsqqinbqzo5fvjcofmv4p6qlzy
- Indexed At
- 2026-07-16 16:09 UTC
- AT-URI
-
at://did:plc:7prvtl4j6wsfmkrfrnwknuxj/com.atproto.lexicon.schema/community.gifthood.feed.getListingInterests