cancel
Showing results for 
Search instead for 
Did you mean: 

REST API ALL FILES A MEMBER IS A MEMBER

suayb58
Champ on-the-rise
Champ on-the-rise

Hello,Everyone.i am using alfresco 5.2.I am looking for a rest api that brings all the folders that one member is a member of .Please help,please

3 REPLIES 3

angelborroy
Community Manager Community Manager
Community Manager

I'm not sure about your question.

Do you want to get all the folders where a user can read or write?

Hyland Developer Evangelist

suayb58
Champ on-the-rise
Champ on-the-rise

i wan to get all folder  where a user can permission to enter a file

douglascrp
World-Class Innovator
World-Class Innovator

I guess the only way to achieve what you are describing is to use a simple search by folder type, and for every returned node, execute some code to check if the user has the write permission.

But there is no way to simply search using the "has write permission" as a condition for que query.