Liking cljdoc? Tell your friends :D

cral.api.core.shared-links


(create-shared-link ticket body)
(create-shared-link ticket body query-params & [opts])

Create a shared link to the file node-id in the request body. Also, an optional expiry date could be set, so the shared link would become invalid when the expiry date is reached.
More info here.

Create a shared link to the file **node-id** in the request `body`. Also, an optional expiry date could be set,
so the shared link would become invalid when the expiry date is reached.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API#/shared-links/createSharedLink).
sourceraw docstring

(delete-shared-link ticket shared-id & [opts])

Deletes the shared link with identifier shared-id.
More info here.

Deletes the shared link with identifier `shared-id`.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API#/shared-links/deleteSharedLink).
sourceraw docstring

(email-shared-link ticket shared-id body & [opts])

Sends email with app-specific url including identifier shared-id. The client and recipient-emails properties are mandatory in the request body.
More info here.

Sends email with app-specific url including identifier `shared-id`.
The client and recipient-emails properties are mandatory in the request body.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API#/shared-links/emailSharedLink).
sourceraw docstring

(get-shared-link shared-id)
(get-shared-link shared-id query-params & [opts])

Gets minimal information for the file with shared link identifier shared-id.
Note: No authentication is required to call this endpoint.
More info here.

Gets minimal information for the file with shared link identifier `shared-id`.\
**Note:** No authentication is required to call this endpoint.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API#/shared-links/listSharedLinks).
sourceraw docstring

(get-shared-link-content shared-id)
(get-shared-link-content shared-id query-params & [opts])

Gets the content of the file with shared link identifier shared-id.
Note: No authentication is required to call this endpoint.
More info here.

Gets the content of the file with shared link identifier `shared-id`.\
**Note:** No authentication is required to call this endpoint.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API#/shared-links/getSharedLinkContent).
sourceraw docstring

(list-shared-links ticket)
(list-shared-links ticket query-params & [opts])

Get a list of links that the current user has read permission on source node. The list is ordered in descending modified order.
Note: The list of links is eventually consistent so newly created shared links may not appear immediately.
More info here.

Get a list of links that the current user has read permission on source node.
The list is ordered in descending modified order.\
**Note:** The list of links is eventually consistent so newly created shared links may not appear immediately.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API#/shared-links/listSharedLinks).
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close