Getting all tags available
-
Vikas
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 14
-
Thank you received: 0
-
-
7 years 4 months ago #6204
by Vikas
I want to get all tags which are used to tag articles. These tags are used on client side to filter articles.
How can I get all tags?
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
7 years 4 months ago - 7 years 4 months ago #6213
by admin
Hi,
the content plugin doesn't include API to manage tags. There will be another jBackend plugin for this, that includes the following functions:
Route HTTP verb Operation
/api/tags POST (CREATE) add new tag
/api/tags GET (READ) get All tags
/api/tags/:tag_id GET (READ) get a tag (e.g. for editing)
/api/tags/:tag_id PUT (UPDATE) update a tag
/api/tags/:tag_id DELETE (DELETE) delete a tag
But is not ready yet (and probably will be released under Premium Subscription).
Kind regards,
Luigi
Last edit: 7 years 4 months ago by admin.
Please Log in or Create an account to join the conversation.
-
Vikas
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 14
-
Thank you received: 0
-
-
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
7 years 4 months ago #6218
by admin
Can't say... I am working full on the "next big thing" now, so too busy for other things...
Please Log in or Create an account to join the conversation.
Time to create page: 0.159 seconds