#main
- queryGet a single record from a repository. Does not require auth.
Query Parameters
Name | Type | Details |
---|---|---|
cid |
string |
The CID of the version of the record. If not specified, then return the most recent version. Syntax Format: |
collection |
string (required) |
The NSID of the record collection. Syntax Format: |
repo |
string (required) |
The handle or DID of the repo. Syntax Format: |
rkey |
string (required) |
The Record Key. |
Response Body
Content Type: application/json
Data Fields
Name | Type | Details |
---|---|---|
cid |
string |
Syntax Format: |
uri |
string (required) |
Syntax Format: |
value |
unknown (required) | Field can contain arbitrary JSON/CBOR object data |
Errors
Name | Description |
---|---|
RecordNotFound |