A published tile. Without cid the latest published version is returned; a prepared-but-uncommitted version is never returned, and neither is a space tile.
Parameters
Output
Encoding
application/jsonSchemalol.dids.defs#tileView
Errors
TileNotFound
No such published tile — also the answer for a space tile and for a version known only as pending-publication. Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "TileNotFound",
"description": "No such published tile — also the answer for a space tile and for a version known only as pending-publication."
}
],
"output": {
"schema": {
"ref": "lol.dids.defs#tileView",
"type": "ref"
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"uri"
],
"properties": {
"cid": {
"type": "string",
"format": "cid",
"description": "Pin a specific version; absent returns the latest published one."
},
"uri": {
"type": "string",
"format": "at-uri",
"description": "The tile record's AT-URI."
}
}
},
"description": "A published tile. Without cid the latest published version is returned; a prepared-but-uncommitted version is never returned, and neither is a space tile."
}