The directory of published tiles a site owner browses to find one to bind. Space tiles are never listed.
Parameters
Output
Encoding
application/jsoncursor
string
Optional
Present when more entries exist.
tiles
array
Required
No description available.
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": [
"tiles"
],
"properties": {
"tiles": {
"type": "array",
"items": {
"ref": "lol.dids.defs#tileView",
"type": "ref"
}
},
"cursor": {
"type": "string",
"description": "Present when more entries exist."
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"did": {
"type": "string",
"format": "did",
"description": "List only the tiles of this author."
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1,
"description": "Maximum entries to return."
},
"cursor": {
"type": "string",
"description": "Pagination cursor from a previous response."
}
}
},
"description": "The directory of published tiles a site owner browses to find one to bind. Space tiles are never listed."
}