Mission: CRUD ROOKIE
Task: Retrieve Object With API
Hi, Ive retrieved an object using the REST console but I still haven’t completed the mission
I dont know what im doing wrong
Hope this picture helps
Mission: CRUD ROOKIE
Task: Retrieve Object With API
Hi, Ive retrieved an object using the REST console but I still haven’t completed the mission
I dont know what im doing wrong
Hope this picture helps
The task is not recognized because the API request you make fails the following requirement of the task:
IMPORTANT: Make sure to use the
find first object API
to retrieve the object from the database
You can find more information on how to retrieve the first object from the API documentation:
https://backendless.com/docs/rest/data_basic_search.html
Putting a url into the request body doesn’t make sense. Btw, there is no request body in the API for getting first object. Also for GET requests, you can try putting the URL in the browser (you know where you put https://google.com to go to Google) - that will make a GET request.
One thing you may want to check is that your “API Tracking is Enabled” and you haven’t accidentally disabled that…?