Versions Compared

Key

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

...

Info

Retrieves a specified share document by ID.
A detailed explanation of the share object can be found here.

Setting nocontent will return just the metadata about a share.

Normally you will not set this parameter and get the actual content of a share.  If a share is not a binary file the content will be returned in the response.data.share field of the json.  If the share contains a binary file and nocontent is not set, then in place of returning the metadata of a share, the actually binary bytes will be returned as a response. NOTE: there will be no json response with the success header.  The mediatype of the response bytes will be set to what the share has for share.mediaType

.

Authentication

Required, see Auth - Login.  You must be a member of one of the communities associated with a share to be able to access that share.

...