No description available.
Parameters
Output
Encoding
application/jsoncounts
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": [
"counts"
],
"properties": {
"counts": {
"type": "array",
"items": {
"ref": "com.getorbyt.video.defs#loopView",
"type": "ref"
},
"maxLength": 100
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"posts"
],
"properties": {
"posts": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
},
"maxLength": 100,
"minLength": 1
}
}
}
}