Services taxonomy resource extension
Categories
Component ID
1604774
Component name
Services taxonomy resource extension
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
1472
Component created
Component changed
Component body
Extends functionality for the taxonomy resource available through services
module.
Additional Authentication:
- Provides the ability to define a specific vocabulary(or vocabularies) that
requests made to taxonomy resources can have access to.
Additional Resources:
- search_term - provides a resource to search for a taxonomy term.
- POST data = [
'term' => term name to search for.
'exact_match' => perform an exact search for the term.
'parent' => term parent can be sent as tid or term name.
'vid' => vocabulary to search within, must be vid.
]
- getlist - provides a resource to get a list of available vocabularies.
