Skip to content

[Request]: How to increase relations depth in strapi API response? #109

@diriy

Description

@diriy

Summary

I use Strapi for building API for my small app. In a model, I have the following entities:

Article, Article Translation, Tag, Tag translation. One Article has Many Article Translations. Each Article Translation has Many Tags. Each Tag has Many Tags translations.

My problem is that when I make a GET-request to Article, I don't receive Tags translations. I suppose they are too deep for Strapi. If I just make a GET-request to Tag or to Tag Translation, the response is correct.

How can I increase the depth of relations responses?

Why is it needed?

Because this way it will be clear how to use Strapi fully with deep requests inside.

Suggested solution(s)

No response

Related issue(s)/PR(s)

No response

Metadata

Metadata

Assignees

Labels

issue: doc requestIssues that require adding new content, possibly with some prior researchtarget: v3Documentation PRs/issues targeting content from docs-v3.strapi.io (v3 branch)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions