Hi all,
I'm using Alfresco Community 5.2 and I need to have the list of categories using REST API.
I saw in the old documentation that it was possible in the past but it seems impossible with the new version of API....or I'm doing something wrong?
I'd like to be able to use REST API to treat categories as tags (get the list, add, remove from a node, etc).
Is it possibile to do this with CMIS?
Thank you!
If you want to get the list of categories using REST API, refer the discussion on given link.https://community.alfresco.com/thread/214344-get-all-the-categories-using-the-restfull-api
The question was about the new v1 ReST API. There is no operation (yet) specific to categories, but you should be able to use the Search v1 REST API to query the list of categories via an Alfresco FTS query, i.e.
PATH:"/my:classificationAspect/*"
or (for pre-defined categories)
PATH:"/cm:generalClassifiable/cm:Regions/*"
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.