抖音开放平台Logo
开发者文档
控制台
  • OpenAPI 列表
  • 移动/网站应用 OpenAPI SDK 总览
  • 状态码排查工具
  • 用户授权
  • 用户管理
  • 视频管理
  • 互动管理
  • 搜索管理
  • 数据开放服务
  • 企业号开放能力(内测结束暂不开放)
  • 评论管理(企业号)
  • 评论列表
  • 评论回复列表
  • 回复视频评论
  • 生活服务开放能力
  • 工具能力
  • 服务市场开放能力
  • 小程序推广计划
  • 联合授权
  • Scope: video.comment 需要申请权限 需要用户授权 该接口用于查看指定视频的评论回复列表。

    注意:

    • 抖音的OAuth API以https://open.douyin.com/开头。
    • 调用本接口,需要授权的抖音用户是企业号企业号
    • 注意参数中item_id作为url参数时,必须encode,只对item_id单独进行encode
    • 注意参数中comment_id作为url参数时,必须encode,只对comment_id单独进行encode

    状态码排查

    进入【状态码排查工具】

    请求地址

    GET /video/comment/reply/list/

    请求头

    • Content-Type: application/json
    • access-token: 调用/oauth/access_token/生成的token,此token需要用户授权。示例: act.1d1021d2aee3d41fee2d2add43456badMFZnrhFhfWotu3Ecuiuka27L56lr

    请求参数

    URL 请求

    参数名称参数类型参数描述参数示例是否必填
    暂无数据

    请求样例

    响应参数

    参数名称参数类型参数描述参数示例
    暂无数据

    响应样例

    { "extra": { "description": "", "sub_error_code": 0, "sub_description": "", "logid": "202008121419360101980821035705926A", "now": 1597213176393, "error_code": 0 }, "data": { "error_code": 0, "description": "", "cursor": 1, "has_more": true, "list": [ { "top": true, "comment_id": "", "comment_user_id": "", "content": "回复内容", "create_time": 1607399832, "digg_count": 647, "reply_comment_total": 12 } ] } }

    响应错误样例

    { "extra": { "error_code": 2100005, "description": "Parameter error", "sub_error_code": 0, "sub_description": "", "now": 1594015876138, "log_id": "2020070614111601022506808001045D59" }, "data": { "error_code": 2100005, "description": "Parameter error" } }

    该文档是否有帮助?