Most recently active threads. With a forum param, scoped to that forum's own boards plus the merged streams of its topic boards.
Parameters
Output
Encoding
application/jsoncursor
string
Optional
No description available.
threads
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": [
"threads"
],
"properties": {
"cursor": {
"type": "string"
},
"threads": {
"type": "array",
"items": {
"type": "unknown"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"forum": {
"type": "string",
"format": "did"
},
"limit": {
"type": "integer",
"default": 25,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string"
}
}
},
"description": "Most recently active threads. With a forum param, scoped to that forum's own boards plus the merged streams of its topic boards."
}