No description available.
Parameters
Output
Encoding
application/jsonchannels
refat.ducs.channels.defs#channel
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": [
"channels"
],
"properties": {
"channels": {
"ref": "at.ducs.channels.defs#channel",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"limit": {
"type": "integer",
"default": 20
},
"beforeTid": {
"type": "string",
"format": "tid"
}
}
}
}