REST Entity Recursive
244 sites
Security covered
This module creates a new REST format that automatically includes all fields and referenced entities in responses. This allows you to retrieve a large amount of data in a single request, and you can control the depth of referenced entities.
Provides new "json_recursive" REST format which exposes all fields and referenced entities by default. You may want to use this module if you need to fetch almost everything in one request.
Default usage:
GET https://example.com/node/1?_format=json_recursive
Limit max depth of loaded references:
GET https://example.com/node/1?_format=json_recursive&max_depth=3
Find examples how to customize and fine-tune the output in submodules:
- rest_media_recursive - exposes Media, with image styles.
- rest_paragraphs_recursive - exposes Paragraphs and items from Paragraphs Library.
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
1 tracked project depends on this one
- Anu LMS 120 sites
Activity
Release Timeline
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 2.0.6-rc8 | Pre-release | 8–11 | Nov 19, 2025 | ||
| 2.0.6-rc7 | Pre-release | 8–11 | Feb 25, 2025 | ||
| 2.0.6-rc6 | Pre-release | 8–11 | Feb 13, 2025 | ||
| 2.0.6-rc5 | Pre-release | 8–11 | Feb 12, 2025 | ||
| 2.0.6-rc4 | Pre-release | 8–11 | Jan 15, 2025 | ||
| 2.0.6-rc3 | Pre-release | 8–11 | Jan 15, 2025 | ||
| 2.0.6-rc2 | Pre-release | 8–11 | Cleanup | Jan 15, 2025 | |
| 2.0.6-rc1 | Pre-release | 8–11 | Support D11 | Jan 14, 2025 |