How to get all Tags using Rest API

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

Thanks RK

0 votes

1 answers

2636 views

ANSWER

Maybe this will help you.
01/13/2016



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 :)

0 votes



It seems to me this query fetches all documents having a tag
02/12/2016

Yes, and using a previous answer from pibou Bouvret may prove useful to complete Pradeep Bhat's answer.
02/15/2016