Page 1 of 1

Query Collection ACL

Posted: Mon Oct 22, 2018 1:59 am
by Vinny B

Is it possible to query the ACL column from the collections screen?

I tried {'acl':'{"5abd1c999888b6f299f08":{"read":true,"write":true}}'}

but it does not return anything?

Thank you


Query Collection ACL

Posted: Mon Oct 22, 2018 7:54 pm
by Serhii Kulibaba

Hello,

Please see the similar question here https://getsatisfaction.com/apperyio/...


Query Collection ACL

Posted: Mon Oct 22, 2018 8:27 pm
by Vinny B

Thanks but I want to query it from the collections screen as I stated in question.

Image


Query Collection ACL

Posted: Tue Oct 23, 2018 3:54 pm
by Serhii Kulibaba

You are right, you have to use the query, like: pre{"acl":{"5abd1c999888b6f299f08":{"read":true,"write":true}}}/preIt works fine:
Image


Query Collection ACL

Posted: Tue Oct 23, 2018 4:03 pm
by Vinny B

Thanks you.. I had the quotes all wrong.. Works Great