Mission: DATA MINER
Task: Retrieve Data With Aggregate Functions
Hey guys,
So I’m issuing the following GET via the REST console and not passing through, it looks correct per the video, so what am I missing?
OR
Mission: DATA MINER
Task: Retrieve Data With Aggregate Functions
Hey guys,
So I’m issuing the following GET via the REST console and not passing through, it looks correct per the video, so what am I missing?
OR
Hi, @Elad_Sherf
Sorry for the inconvenience. Your second query looks correct, you just need to add quotes to objectId and MinLifeExpectancy properties. The request should look like this.
data/Country?property=Continent&property=Count(%60objectId%60)%20as%20CountryCount&property=Min(%60LifeExpectancy%60)%20as%20MinLifeExpectancy&groupBy=Continent
We will make a changes on our end so that the unquoted case also counts as shown in the video. Thank you for letting us know about this.
Regards,
Marina
Thanks Marina.