53.5.2. 끝점 접두사 주석
Box 주석에 대한 자세한 내용은 https://developer.box.com/reference#comment-object 을 참조하십시오. 다음과 같이 접두사 주석
을 사용하여 다음 끝점을 호출할 수 있습니다.
box:comments/endpoint?[options]
끝점 | 단축 별칭 | 옵션 | 결과 본문 유형 |
---|---|---|---|
addFileComment | add | fileId, message | com.box.sdk.BoxFile |
changeCommentMessage | updateMessage | commentId, message | com.box.sdk.BoxComment |
deleteComment | delete | commentId | |
getCommentInfo | info | commentId | com.box.sdk.BoxComment.Info |
getFileComments | 주석 | fileId | java.util.List |
replyToComment | 응답 | commentId, message | com.box.sdk.BoxComment |
협업을 위한 URI 옵션
이름 | 유형 |
---|---|
commentId | 문자열 |
fileId | 문자열 |
message | 문자열 |