Squares across the service, most recently active first. Used to suggest other conversations to a reader; while few Squares exist this is the whole list rather than a ranked selection.
Parameters
Output
Encoding
application/jsonsquares
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": [
"squares"
],
"properties": {
"squares": {
"type": "array",
"items": {
"ref": "ai.newnal.trustsquare.defs#squareView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"limit": {
"type": "integer",
"default": 12,
"maximum": 50,
"minimum": 1
},
"exclude": {
"type": "string",
"format": "at-uri",
"description": "A Square to leave out, normally the one being read."
}
}
},
"description": "Squares across the service, most recently active first. Used to suggest other conversations to a reader; while few Squares exist this is the whole list rather than a ranked selection."
}