FeatureFuel
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.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests