Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I am using Drupal Services to expose my site's contents. I am fetching all taxonomy terms under a particular taxonomy vocabulary like this -

  1. Send a GET to http://site.com/rest/taxonomy_vocabulary?parameters[name]=Section
  2. Send a POST using the vid from the above response to http://site.com/rest/taxonomy_vocabulary/getTree

After the second request I get a list of taxonomy terms. Now, I want to fetch all articles that belong/related to a particular taxonomy term.

How can I do that?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.