Tiles bard has indexed from a space's authority. Space tiles are never listed publicly, so this is the only place to find them. Available to the authority and viewers.
Parameters
Output
Encoding
application/jsoncursor
string
Optional
Present when more entries exist.
tiles
array
Required
No description available.
Errors
SpaceNotFound
Bard is not connected to that space, or the caller is neither its authority nor a viewer. Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "SpaceNotFound",
"description": "Bard is not connected to that space, or the caller is neither its authority nor a viewer."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"tiles"
],
"properties": {
"tiles": {
"type": "array",
"items": {
"ref": "space.highport.defs#tileView",
"type": "ref"
}
},
"cursor": {
"type": "string",
"description": "Present when more entries exist."
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"space"
],
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1,
"description": "Maximum entries to return."
},
"space": {
"type": "string",
"format": "at-uri"
},
"cursor": {
"type": "string",
"description": "Pagination cursor from a previous response."
}
}
},
"description": "Tiles bard has indexed from a space's authority. Space tiles are never listed publicly, so this is the only place to find them. Available to the authority and viewers."
}