Versions Compared

Key

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

...

NameType
defaultRequestcom.box.restclientv2.requestsbase.BoxDefaultRequestObject
groupIdString
groupMembershipRequestcom.box.boxjavalibv2.requests.requestobjects.BoxGroupMembershipRequestObject
groupRequestcom.box.boxjavalibv2.requests.requestobjects.BoxGroupRequestObject
membershipIdString
nameString
roleString
userIdString

...

Endpoint Prefix search

The following endpoints can be invoked with the prefix search as follows:

Code Block

...

    

...

box://search/endpoint?[options]

...

EndpointShorthand AliasOptionsResult Body Type
search defaultRequest, searchQuerycom.box.boxjavalibv2.dao.BoxCollection
URI Options for search

If a value is not provided for one of the option(s) [defaultRequest] either in the endpoint URI or in a message header, it will be assumed to be null. Note that the null value(s) will only be used if other options do not satisfy matching endpoints.

NameType
defaultRequestcom.box.restclientv2.requestsbase.BoxDefaultRequestObject
searchQueryString

...

Endpoint Prefix shared-comments

The following endpoints can be invoked with the prefix shared-comments as follows:

...