Forum Discussion

treystation's avatar
treystation
Contributor
7 years ago

Query does not return data for all users

Why is this query only returning data for my userid and not all users?

 

SELECT id, target, subscriber FROM subscriptions WHERE target.type = 'board'

 

I've tried with rest and restadmin. Is this a simple permissions issue?