santosh_csc
8 years agoGuide
Get bookmarks of other users using API
I have to fetch all the bookmarks in the system.
Using V1: http://community.lithium.com/restapi/vc/users/id/30/subscriptions/?restapi.response_format=json
Using LiQL: select * from bookmarks
Above both method returning the bookmarks of logged-in user only not all the bookmarks even though the logged-in user is Admin in the community.
How to get the bookmarks created by all the users in the system?