I’m working on the Retrieve Object with API Mission. It seems to be working but my Mission page has not marked it complete, so something must be wrong. Here’s the Codless block:
This generates this REST API:
https://api.backendless.com/E06XXXXX-6A32-1D02-FF24-880XXXXX6900/78FBBF14-XXXX-40CB-AC5D-1CCXXXXX90BD/services/CRUD/FindingFirst Which works.
As in fact, returns the first record with this:
{
“___jsonclass”: “Person”,
“created”: 1601768022000,
“name”: “Joe”,
“___class”: “Person”,
“ownerId”: null,
“updated”: null,
“objectId”: “CDA20B1B-95A4-4B55-9381-00502F8AA082”,
“age”: 25
}
This Mission instructions specifically state:
So I can only conclude that the Codless block, (even though it is getting the first record), is not using the correct function.
Any suggestion? Much appreciated.