v1

latestOpenAPI 3.0.3MIT2026-07-17493640.5 KB
Share Management

Retrieve all share links

Get all share links.

get/shares

Query parameters

sortstring
Example:["title","ASC"]

Specifies the sorting order and field (e.g., ["title", "ASC"]).

rangestring
Example:[0, 24]

Specifies the range of results to return (e.g., [0, 24]).

filterstring
Example:{"title":"bar"}

JSON string specifying the filter conditions (e.g., {"title":"bar"}).

Response

OK

idstring required
resource_idstring uuid required
user_idstring nullable
expiration_dtstring date-time nullable
is_revokedboolean

Example response

[
  {
    "id": "abcd-efgh-ijkl",
    "resource_id": "7bea4732-214f-40e7-9161-4e7241a2b97e"
  }
]