文档管理中心

Replies:get

获取回复数据

请求

HTTP请求

GET
https://drive.cloud.hicloud.com/drive/v1/files/{fileId}/comments/{commentId}/replies/{replyId}

参数

*仅对必填项做特别说明。

fileIdstring
必填,文件ID。
fileIdstringpath必填,文件ID。
commentIdstringpath必填,评论ID。
replyIdstringpath必填,回复ID。
fieldsstringquery必填,采用[Partial-response格式]。
formstringquery媒体格式。
prettyPrintbooleanquery是否以美观格式输出。
quotaIdstringquery用户标识,小于40个字符。用于限制单个用户的API访问数量。
callbackstringqueryJSONP的callback函数。
x-hw-trace-idstringheader业务跟踪id。
x-hw-app-idstringheader应用的appid。
versionstringheadersdk版本。
x-hw-terminalstringheader终端型号。
x-hw-osstringheader终端操作系统类型。
unionIDstringheader开放的用户id。
User-Agentstringheader应用版本号/appid。

请求体

请求体为空。

响应

如果成功,此方法将返回具有以下结构的响应正文:

  1. {
  2.            "category": "drive#reply",
  3.            "id": "string",
  4.            "createdTime": "2020-02-19T14:44:40.661Z",
  5.            "editedTime": "2020-02-19T14:44:40.661Z",
  6.            "creator": {
  7.                "category": "drive#user",
  8.                "displayName": "string",
  9.                "profilePhotoLink": "string",
  10.                "me": true,
  11.                "permissionId": "string",
  12.                "userAccount": "string"
  13.            },
  14.            "htmlDescription": "string",
  15.            "description": "string",
  16.            "deleted": true,
  17.            "operate": "string"
  18. }
idstring评论id。
categorystring类型,固定为drive#reply。
id
string回复id。
createdTimestring回复创建时间。
editedTimestring回复修改时间。
creator.categorystring类型,固定为drive#user。
creator.displayNamestring用户显示名。
creator.profilePhotoLinkstring用户头像链接(默认不返回)。
creator.meboolean是否是我。
creator.permissionIdstring权限id。
creator.userAccountstring账号名称(默认不返回)。
htmlDescriptionstringhtml内容。
description
string内容。
deletedboolean是否已删除。
operatestring操作。


本页面可能包含由第三方许可的内容,请参考具体描述
搜索
请输入您想要搜索的关键词