cancel
Showing results for 
Search instead for 
Did you mean: 

How to find node by variables using alfresco rest search api?

bayat
Champ on-the-rise
Champ on-the-rise

I need in ability to find nodes by their variables using public rest api. How can I do that?

1 REPLY 1

kalpesh_c2
Star Collaborator
Star Collaborator

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,

Search 

Refer this documentation to create webscript

Web scripts | Alfresco Documentation 

Thanks,

Kalpesh