List threads of a video
Live Test Server (live data - latest nightly version)
https://peertube2.cpy.re/api/v1
Live Test Server (live data - latest nightly version)
https://peertube2.cpy.re/api/v1
GET
/videos/{id}/comment-threads
Video Comments
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://peertube2.cpy.re/api/v1/videos//comment-threads'
Response Response Example
{
"data": [
{
"account": {
"avatar": {
"createdAt": "2019-08-24T14:15:22Z",
"path": "string",
"updatedAt": "2019-08-24T14:15:22Z"
},
"createdAt": "2019-08-24T14:15:22Z",
"followersCount": 0,
"followingCount": 0,
"host": "example.com",
"hostRedundancyAllowed": true,
"id": 42,
"name": "chocobozzz",
"updatedAt": "2019-08-24T14:15:22Z",
"url": "string",
"description": "string",
"displayName": "string",
"userId": {}
},
"createdAt": "2019-08-24T14:15:22Z",
"deletedAt": null,
"id": 42,
"inReplyToCommentId": 42,
"isDeleted": false,
"text": "This video is wonderful!",
"threadId": 42,
"totalReplies": 0,
"totalRepliesFromVideoAuthor": 0,
"updatedAt": "2019-08-24T14:15:22Z",
"url": "string",
"videoId": {}
}
],
"total": 1
}
Request
Path Params
id
stringÂ
required
Query Params
start
integerÂ
optional
count
integerÂ
optional
sort
stringÂ
optional
Responses
Modified at 2022-09-10 22:29:50