Hello,
i would like to know, if is possible to filter children using API GET /nodes/{nodeId}/children and WHERE to filter only nodes, where i am as owner. Something like WHERE=(OWNER='martin'). I know this is possible using Alfresco Search API, but problem is speed of SOLR reindexing. I need something what affect nodes results immediately after node properties are changed. Thanks
Solved! Go to Solution.
Unfortunately, it isn't. The implementation of the ReST API operation explicitly only supports the documented comparisons. Since each of operations supporting a "where" query argument explicitly configure that "where" support with a list of supported / allowed field names in code only, there is also no way of extending / configuring the scope of support without a new build / release by Alfresco.
Unfortunately, it isn't. The implementation of the ReST API operation explicitly only supports the documented comparisons. Since each of operations supporting a "where" query argument explicitly configure that "where" support with a list of supported / allowed field names in code only, there is also no way of extending / configuring the scope of support without a new build / release by Alfresco.
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.