Skip to main content

Share Browse

Share Browse

This page lists the filters and sorts the share browse accepts. Refer to the main Api Browse methods page for how to send them.

NOTE The share browse accepts no filters at all, so cond is ignored by the shares method. Users only ever see their own shares unless they are an admin.

API methods using this browse

shares

Available browse filters

This browse takes no filters, so a cond parameter sent with it is ignored.

Available browse sorts

Send a single sort in the sort parameter as name,order, where order is ASC or DESC.

e.g. sort=allow_download,DESC

SortDescription
allow_downloadWhether the share allows downloads.
allow_streamWhether the share allows streaming.
counterHow many times the share has been used.
creation_dateWhen it was created.
expireHow many days the share lasts.
lastvisit_dateWhen the share was last opened.
max_counterThe share's maximum allowed uses.
objectShared object type, then object id.
object_typeThe type of object the row points at.
userThe id of the user who created the share.