(create-favorite ticket person-id body)(create-favorite ticket person-id body query-params & [opts])Favorite a site, file, or folder in the repository.
You can use the -me- string in place of person-id to specify the currently authenticated user.
More info here.
Favorite a site, file, or folder in the repository. 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#/favorites/createFavorite).
(delete-favorite ticket person-id favorite-id & [opts])Deletes favorite-id as a favorite of person person-id.
You can use the -me- string in place of person-id to specify the currently authenticated user.
More info here.
Deletes `favorite-id` as a favorite of 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#/favorites/deleteFavorite).
(get-favorite ticket person-id favorite-id)(get-favorite ticket person-id favorite-id query-params & [opts])Gets favorite favorite-id for person person-id.
You can use the -me- string in place of person-id to specify the currently authenticated user.
More info here.
Gets favorite `favorite-id` for 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#/favorites/getFavorite).
(list-favorites ticket person-id)(list-favorites ticket person-id query-params & [opts])Gets a list of favorites for 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 list of favorites for 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#/favorites/listFavorites).
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |