"Tags" are missing completely in GET /content/item/:id

More
7 years 2 months ago #85 by dbode
Tags are saved seperated from _content, so you have to gather it in another way. Or maybe just write a function to gather them.
This feature was introduced in Joomla 3.5 or 3.6 and was a huge change in the backend.

Saving Tags is even harder, because of it's references. There you have to code pretty smart to make it working via API.

Please Log in or Create an account to join the conversation.

More
7 years 2 months ago #86 by steve.tsiopanos
Replied by steve.tsiopanos on topic "Tags" are missing completely in GET /content/item/:id
My hope is that the Joomla team has done a good job of following the JTable methods. This makes it predictable for interacting with rows & fields. Also, it respects primary keys and other business logic. Beyond that, I've had to solve much more complicated problems than this, so it wont be a problem to resolve it. I'll put this in the next version release :)

Please Log in or Create an account to join the conversation.

More
7 years 2 months ago #87 by dbode

Please Log in or Create an account to join the conversation.

More
7 years 1 month ago #98 by steve.tsiopanos
Replied by steve.tsiopanos on topic "Tags" are missing completely in GET /content/item/:id
I have included Joomla Tag REST API methods for the upcoming release of cAPI v1.2.8. Currently implementing JHelperTags.

api.joomla.org/cms-3/classes/JHelperTags.html

Please Log in or Create an account to join the conversation.

Cron Job Starts