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

cancel
Showing results for 
Search instead for 
Did you mean: 
bayat
Active Member

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

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

1 Reply
kalpesh_c2
Senior Member

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

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