michaelaar
9 years agoContributor
Trying to create API call that returns list of blog posts filtered by specific tag value
Hi,
I am trying to create a rest api call that returns a list of blog posts related to a specific blog board ID, but filtered to only blogs that have a specific tag applied to them.
For example, the first part of the URL returns the 5 most recent blogs in category defined by stated ID:
I would like to apply a filter on top of that, which limits the returned blogs to only those that have a specific tag value.
I have tried applying the tagging/for/tags/text/[tag_text] filter but cannot get it to work.
Any help on correct syntax would be much appreciated.
Thanks,
Michael