50.4.2. エンドポイント接頭辞の コメント
Box のコメントに関する詳細は、https://developer.box.com/reference#comment-object を参照してください。 以下のエンドポイントは、以下のように接頭辞の コメント を使用して呼び出すことができます。
box:comments/endpoint?[options]
box:comments/endpoint?[options]
| エンドポイント | 短縮エイリアス | オプション | 結果ボディーのタイプ |
|---|---|---|---|
| addFileComment | add | fileId, message | com.box.sdk.BoxFile |
| changeCommentMessage | updateMessage | commentId、message | com.box.sdk.BoxComment |
| deleteComment | 削除 | commentId | |
| getCommentInfo | info | commentId | com.box.sdk.BoxComment.Info |
| getFileComments | コメント | fileId | java.util.List |
| replyToComment | 応答 | commentId、message | com.box.sdk.BoxComment |
コラボレーション用の URI オプション
| Name | Type |
|---|---|
| commentId | 文字列 |
| fileId | 文字列 |
| message | 文字列 |