Forum Discussion

ldelagoutte's avatar
3 years ago

how to Retrieve subscribed labels thru API ?

Hi I want to get label's text a user subscribed to. So I use :  api/2.0/search?q=SELECT * FROM subscriptions where target.type = 'label' and subscriber.id='<my user id>' ==> this gives me a list o...