REST Views
Categories
Component ID
2858988
Component name
REST Views
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
3557
Component created
Component changed
Component body
This module enhances the REST export functionality in Views to solve the following use cases:
- Your field has multiple values. You want to render each item, but export them as an array instead of a single string.
- Your field contains data that is a JSON primitive (ie. a boolean or number). You want to export this value as the correct type, instead of a string.
- Your field is an entity reference. You want to export the target entity as a nested object, instead of a single string.
