Forum Discussion
FaisalK
Lithium Alumni (Retired)
Another excellent point. You are correct again, OR true=true might return everything but only to the extent what the user's permissions should allow them to see. Nothing more, nothing less. By design and by default, the user is able to interact with the API and get exactly the same information he or she is allowed to see via the GUI.
In other words, your design choices should not try to override what information is presented to the user solely on constructing a LiQL query.
hattesen
9 years agoAdept
What about restadmin calls made on behalf of a user? Wouldn't that return data that the user would not be able to obtain via calls to the API?