Get a single community.lexicon.calendar.rsvp record by AT URI
Parameters
Output
application/jsoncid
string
Optional
No description available.
collection
stringnsid
Required
A namespaced identifier (e.g., app.bsky.feed.post).
did
stringdid
Required
A decentralized identifier (DID).
event
ref#refEventRecord
Optional
No description available.
profiles
array
Optional
No description available.
record
refcommunity.lexicon.calendar.rsvp#main
Optional
No description available.
rkey
string
Required
No description available.
space
stringat-uri
Optional
Present when the record was read from a permissioned space; its value is the space URI.
time_us
integer
Required
No description available.
uri
stringat-uri
Required
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"uri",
"did",
"collection",
"rkey",
"time_us"
],
"properties": {
"cid": {
"type": "string"
},
"did": {
"type": "string",
"format": "did"
},
"uri": {
"type": "string",
"format": "at-uri"
},
"rkey": {
"type": "string"
},
"event": {
"ref": "#refEventRecord",
"type": "ref"
},
"space": {
"type": "string",
"format": "at-uri",
"description": "Present when the record was read from a permissioned space; its value is the space URI."
},
"record": {
"ref": "community.lexicon.calendar.rsvp#main",
"type": "ref"
},
"time_us": {
"type": "integer"
},
"profiles": {
"type": "array",
"items": {
"ref": "#profileEntry",
"type": "ref"
}
},
"collection": {
"type": "string",
"format": "nsid"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri",
"description": "AT URI of the record"
},
"profiles": {
"type": "boolean",
"description": "Include profile + identity info keyed by DID"
},
"spaceUri": {
"type": "string",
"format": "at-uri",
"description": "If set, fetch from this permissioned space (requires service-auth JWT)."
},
"hydrateEvent": {
"type": "boolean",
"description": "Embed the referenced event record"
}
}
},
"description": "Get a single community.lexicon.calendar.rsvp record by AT URI"
}