Child Table Data in Strapi API
· One min read
How to display information of related child tables for the requested parent table in Strapi API?
Originally, when requesting a Strapi API endpoint, you can only get the information of the table you requested without the information of tables it is related to.