Everything an account wrote on Trust Square, newest first.
Parameters
Output
Encoding
application/jsoncursor
string
Optional
No description available.
items
array
Required
No description available.
Errors
NotFound
HistoryHidden
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "NotFound"
},
{
"name": "HistoryHidden"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"items"
],
"properties": {
"items": {
"type": "array",
"items": {
"ref": "ai.newnal.trustsquare.defs#historyItem",
"type": "ref"
}
},
"cursor": {
"type": "string"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"actor"
],
"properties": {
"kind": {
"type": "string",
"default": "all",
"knownValues": [
"all",
"comment",
"chat"
]
},
"actor": {
"type": "string",
"format": "at-identifier"
},
"limit": {
"type": "integer",
"default": 30,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string"
}
}
},
"description": "Everything an account wrote on Trust Square, newest first."
}