Hello, i'm using this API
/alfresco/api/-default-/public/alfresco/versions/1/people/admin/favorites?skipCount=0&maxItems=100&where=(EXISTS(target%2Ffile))&include=propertie
and i need to filter only nodeType='my:customType'. Is there some possibility how can i filter favorite files by nodeType or path? And in this case i mean only using API, not custom logic on FE or BE. Or can i use search API?
Thanks
Solved! Go to Solution.
The way that favourites are handled in Alfresco and the API available for them means you cannot currently perform such a query using the Public v1 ReST API. The Favorites API operations don't allow for a node type filter, and the search APIs would not be able to access / link to the persistence layer of personalised favorites in order to query for those.
The way that favourites are handled in Alfresco and the API available for them means you cannot currently perform such a query using the Public v1 ReST API. The Favorites API operations don't allow for a node type filter, and the search APIs would not be able to access / link to the persistence layer of personalised favorites in order to query for those.
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.