Hi,
sorry for the newbie question, but I'm new to Alfresco and I would appreciate any help.
I would like to use the REST API in order to lookup a folder. What I know is: the name of the folder I'm looking for and his parent folder. What I need to get is his nodeId (if exists) or information that it doesn't exists (so I can create one).
I can't find a good example on the internet.
The client that I'm using currently has a wrapper for `/search/folder/{store_type}/{store_id}/{id}?query={query}` but it doesn't work with my (local) Alfresco - it returns 404. I also tried a wrapper for `search/advanced`. With no luck. (The requests were authorized properly.)
My Alfresco version is Alfresco One 5.1
I would appreciate any help or hints
Thank you