cancel
Showing results for 
Search instead for 
Did you mean: 

How to get all Tags using Rest API

Ramakrishna_Gad
Confirmed Champ
Confirmed Champ

Hi Everyone, Is there is any Rest API call to get All the Tags from Nuxeo?

Thanks RK

4 REPLIES 4

Greg_Drayon
Star Contributor
Star Contributor

Maybe [this](https

Pradeep_Bhat
Star Contributor
Star Contributor

Hi, This could help you.

http://{server}:{port}/nuxeo/site/api/v1/id/{document-id}/@search?query=SELECT * FROM Document WHERE ecm:tag like '%'

Happy Development 🙂

It seems to me this query fetches all documents having a tag

Yes, and using a previous [answer](https