I appear to have completed this successfully, but it is not showing as done. I issued the following GET call from a REST client:
Which returned the following data:
{
“created”: 1598755117000,
“name”: “Joe”,
“___class”: “Person”,
“ownerId”: null,
“updated”: 1598755123000,
“age”: 30,
“objectId”: “17223537-82BC-4938-B749-5A6F35D10A0A”,
“cityOfResidence”: {
“created”: 1584136433000,
“___class”: “City”,
“Population”: 234323,
“ownerId”: null,
“updated”: 1594441927000,
“District”: “Utrecht”,
“objectId”: “8”,
“Name”: “Utrecht”,
“Location”: {
“type”: “Point”,
“coordinates”: [
5.12,
52.1003
],
“srsId”: 4326,
“___class”: “com.backendless.persistence.Point”
}
}
}
Am I doing something wrong here?
My app id is: 00BEB388-B69B-7A27-FF42-7CFDF3C66300