Page through replies under a root comment.
Parameters
Output
Encoding
application/jsoncursor
string
Optional
No description available.
replies
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": [
"replies"
],
"properties": {
"cursor": {
"type": "string"
},
"replies": {
"type": "array",
"items": {
"ref": "ai.newnal.trustsquare.defs#commentView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"root"
],
"properties": {
"root": {
"type": "string",
"format": "at-uri"
},
"limit": {
"type": "integer",
"default": 30,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string"
}
}
},
"description": "Page through replies under a root comment."
}