Get a single record from a space.
Parameters
Output
Encoding
application/jsonrecord
refrsvp.atmo.space.defs#recordView
Required
No description available.
Errors
NotFound
Forbidden
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "NotFound"
},
{
"name": "Forbidden"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"record"
],
"properties": {
"record": {
"ref": "rsvp.atmo.space.defs#recordView",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"spaceUri",
"collection",
"author",
"rkey"
],
"properties": {
"rkey": {
"type": "string"
},
"author": {
"type": "string",
"format": "did"
},
"spaceUri": {
"type": "string",
"format": "at-uri"
},
"collection": {
"type": "string",
"format": "nsid"
}
}
},
"description": "Get a single record from a space."
}