Forum Discussion

tester3's avatar
tester3
Adept
11 years ago

Get bookmarks for other users

Hello,

 

Is it possible with or without the Lithium API to retrieve a list of bookmarks for OTHER USERS, not yourself (or the user you are logged into the API with)? Currently, the API call seems to only support /global/ or /user/self/ parameters, but not /user/id/[user id].

 

Thank you!

 

:smileyhappy:

  • The following works in LiQL version 2: 

    {{prod}}/api/2.0/search?q=select * from bookmarks where subscriber.id = '5775'