...
Name |
Type |
defaultRequest |
com.box.restclientv2.requestsbase.BoxDefaultRequestObject |
searchQuery |
String |
Endpoint
...
Prefix comments and shared-comments
The following endpoints can be invoked with the prefix comments or shared-comments
as follows:. The shared-comments prefix requires a sharedLink and sharedPassword.
Code Block |
box://comments/endpoint?[options]
box://shared-comments/endpoint?[options]
|
...
Endpoint |
Shorthand Alias |
Options |
Result Body Type |
addComment |
|
[commentRequest], [commentedItemId, commentedItemType, message] |
com.box.boxjavalibv2.dao.BoxComment |
deleteComment |
delete |
commentId, defaultRequest |
|
getComment |
comment |
commentId, defaultRequest |
com.box.boxjavalibv2.dao.BoxComment |
updateComment |
update |
commentId, commentRequest |
com.box.boxjavalibv2.dao.BoxComment |
...