List Squares attached to a YouTube video.
Parameters
Output
Encoding
application/jsoncursor
string
Optional
No description available.
squares
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": [
"squares"
],
"properties": {
"cursor": {
"type": "string"
},
"squares": {
"type": "array",
"items": {
"ref": "ai.newnal.trustsquare.defs#squareView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"videoId"
],
"properties": {
"limit": {
"type": "integer",
"default": 20,
"maximum": 50,
"minimum": 1
},
"cursor": {
"type": "string"
},
"videoId": {
"type": "string"
}
}
},
"description": "List Squares attached to a YouTube video."
}