Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameType
defaultRequestcom.box.restclientv2.requestsbase.BoxDefaultRequestObject
searchQueryString

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]

...

EndpointShorthand AliasOptionsResult Body Type
addComment [commentRequest], [commentedItemId, commentedItemType, message]com.box.boxjavalibv2.dao.BoxComment
deleteCommentdeletecommentId, defaultRequest 
getCommentcommentcommentId, defaultRequestcom.box.boxjavalibv2.dao.BoxComment
updateCommentupdatecommentId, commentRequestcom.box.boxjavalibv2.dao.BoxComment

...