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"
  }
]

Changes

Changed in 7 of the 50 revisions of this API.56

    • the / response's property pattern was changed from ^[a-z]{3}-[a-z]{3}-[a-z]{3}$ to ^[a-z]{4}-[a-z]{4}-[a-z]{4}$ for the status

      response-property-pattern-changed

    • the / response's property pattern was changed from ^[a-z]{4}-[a-z]{4}-[a-z]{4}$ to ^[a-z]{3}-[a-z]{3}-[a-z]{3}$ for the status

      response-property-pattern-changed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the / response's property pattern was changed from ^[a-z]{3}-[a-z]{3}-[a-z]{3}$ to ^[a-z]{4}-[a-z]{4}-[a-z]{4}$ for the status

      response-property-pattern-changed

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the response property / became nullable for the status

      response-property-became-nullable

    • the response property / became nullable for the status

      response-property-became-nullable

    • the / response's property format changed from uuid to no format for status

      response-property-type-changed

    • the / response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$ was removed for the status

      response-property-pattern-removed

  • 42797f35753811See the full diff
    • removed the required property / from the response with the status

      response-required-property-removed

    • added the required property / to the response with the status

      response-required-property-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 32 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog