efe11b159e43

latestOpenAPI 3.0.0AGPLv3.02026-07-14186117194.3 KB
Video Comments

Get a thread

get/api/v1/videos/{id}/comment-threads/{threadId}

Path parameters

integer required
OR
string uuid required
OR
string required

translation of a uuid v4 with a bigger alphabet to have a shorter uuid

Example:42

The object id, uuid or short uuid

threadIdinteger required

The thread id (root comment id)

Response

successful operation

Example response

{
  "comment": {
    "account": {
      "id": 42,
      "name": "chocobozzz",
      "userId": 42
    },
    "id": 42,
    "inReplyToCommentId": 42,
    "text": "This video is wonderful!",
    "threadId": 42,
    "videoId": 42
  }
}