Trying to get parent "Event" object and it's "Player" children

I’m completely new to Backendless so please forgive me if I’m doing this post wrong.

I’m trying to get a list objects and include one of they linked child objects. In my case it’s an “Event” that has 1:N to “Players”.

Here is my schema…

Data - Schema - Event and Player

Here is my Codeless which gets all the “Event” objects fine…

How do I get all the Event > Players too?

Thank you for any help :slight_smile:

Mark

Ok I found the answer. In case someone else has this issue: I needed to add the relations block create-list-with and enter the Event.players field name.

Now it the Event Json comes back with the linked Players…

1 Like