Hello. I have a one-to-many relation with a User and then another collection called Books. So one user can have many books. How do I get the books-collection?
http://localhost:1337/api/users?populate=books
This doesn’t work
Hello. I have a one-to-many relation with a User and then another collection called Books. So one user can have many books. How do I get the books-collection?
http://localhost:1337/api/users?populate=books
This doesn’t work
Did you solve this issue?