Retrieve data with API, am I missing the point?

Mission: RELATIONS MASTER
Task: Retrieve Related Data With API

I feel like I completed the task, but I may have misinterpreted the instructions. URL: https://backendlessappcontent.com/78E4937E-DF39-EAFF-FFA0-22E5B041E300/A30C5CD2-386E-43CD-9905-4ADC8103D0BC/files/ui-builder/containers/default/index.html?page=mission-data-retrieval

There is the name of the Person + cityOfResidence in the database, but the mission is not completed on my end. Am I missing something?

Hi, @Giorgio_Barilla

Before starting this task, make sure that API-tracking is enabled.
In order to complete the mission, make sure that you have added to the query where clause which are given in the task description
WhereClause('name = \'Joe\'')
All fields from the City table should also be displayed.
I’ll leave you the docs for the REST API, maybe you’ll find it easier to perform this task with it.

Single Step Retrieval - Backendless REST API Documentation

Regards,
Marina

1 Like

Oh I just missed the where clause :slight_smile:

It worked, thanks!

Giorgio