The "task-instances" webscript uses the current users permission to show those task which they are entitled to see. The "ALFRESCO_ADMINISTRATORS" are able to see all the tasks for all users.
I was hoping to display all task to all users and don't want to add everyone to the "ALFRESCO_ADMINISTRATORS" for obvious reasons.
I have tried "http://192.168.0.10:8080/alfresco/service/api/login?u=admin&pw=admin" to get and admin ticket but unfortunately all the code is run in the browser so anyone can see the admin password using dev tools.
Is there a way that I can add all the users to a group that would give them the correct permission to see all tasks without all the other privileges that go with being an sysadmin?
Thanks in advance
RunAsblock inside that to query as admin? - Gagravarr