1
Get all items from collections that are related to a group
Source: directus/directus#23249 · opened by @team-hawking-stam
Summary It would be nice to have an endpoint to query all items related to a group Basic Example curl --request GET \ --url ' \ --header 'Authorization: Bearer <token>' or curl --request GET \ --url ' \ --header 'Authorization: Bearer <token>' Motivation We are using Directus as headless CMS and it would be useful to have all items that share field group on collection. Detailed Design For example: we have a parent collection (field named "group" in collection) named "Organization" and other collections as children like "Small medium Enterprise" or "Large Enterprise" with different fields. In our use case we populate only children collections. We need to get all items of "Organization" collection. It would be nice to have an endpoint to get all items (genericSme, Google, Amazon). Requirements List Must Have: • API to get all items Should Have: •…
No pledges yet. Be the first to back this.
Comments
Similar requests
Access Policy for Data Model / Content Collection Groups (Folders)
2 votes · 0 comments
Restrict "Show Hidden Collections" to Admin Users
25 votes · 0 comments
Get all related collections/items for m2o,m2m without reverse fields
2 votes · 0 comments
Collapse Database-Only Collections in Data Model page
2 votes · 0 comments
Pass selected items to a flow in a detail item page
2 votes · 0 comments
No comments yet.