RESTful-Drupal / restful

RESTful best practices for Drupal
https://drupal.org/project/restful
419 stars 173 forks source link

Taxonomy Term in Restful module #1066

Open fatimahitawala opened 4 years ago

fatimahitawala commented 4 years ago

Hello

I have a content type application which have few fields and one of the field is term reference(field_waso ). I made a resource in my custom restful module which have all the public fields. Below is my code:

<?php /**

when I run my code to this site: mysite/api/custom I get the id of my term reference field not its name. can anybody help me how to get the name of the term which is in vocabulary of waso filed? field_waso

Name in waso