Liking cljdoc? Tell your friends :D

cral.api.core.preferences


get-preferenceclj

(get-preference ticket person-id preference-name)
(get-preference ticket person-id preference-name query-params & [opts])

Gets a specific preference for person person person-id. You can use the -me- string in place of person-id to specify the currently authenticated user.
More info here.

Gets a specific preference for person person `person-id`.
You can use the **-me-** string in place of `person-id` to specify the currently authenticated user.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API#/preferences/getPreference).
sourceraw docstring

list-preferencesclj

(list-preferences ticket person-id)
(list-preferences ticket person-id query-params & [opts])

Gets a list of preferences for person person-id. You can use the -me- string in place of person-id to specify the currently authenticated user.
Note that each preference consists of an id and a value.
The value can be of any JSON type.
More info here.

Gets a list of preferences for person `person-id`.
You can use the **-me-** string in place of `person-id` to specify the currently authenticated user.\
Note that each preference consists of an **id** and a **value**.\
The value can be of any JSON type.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API#/preferences/listPreferences).
sourceraw docstring

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

× close