How to find node by variables using alfresco rest search api?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2017 08:57 AM
I need in ability to find nodes by their variables using public rest api. How can I do that?
Labels:
- Labels:
-
Alfresco Content Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2017 11:11 AM
Hi, Bayat
You can create a custom repo webscript.
In that you can use lucene query to get all nodes of matching properties
Refer this documentation for search apis,
Refer this documentation to create webscript
Web scripts | Alfresco Documentation
Thanks,
Kalpesh
