No description available.
Parameters
Output
Encoding
application/jsonbotActor
unknown
Optional
No description available.
cursor
string
Optional
No description available.
hasMore
boolean
Required
No description available.
items
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": [
"items",
"hasMore"
],
"properties": {
"items": {
"type": "array",
"items": {
"ref": "#view",
"type": "ref"
}
},
"cursor": {
"type": "string"
},
"hasMore": {
"type": "boolean"
},
"botActor": {
"type": "unknown"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"lang"
],
"properties": {
"lang": {
"type": "string",
"knownValues": [
"ja",
"en"
]
},
"limit": {
"type": "integer",
"default": 10,
"maximum": 20,
"minimum": 1
},
"cursor": {
"type": "string"
}
}
}
}