hi all,
I'm trying to fetch data via the API: I need the most recent date time per carrier number.
So I'm using something like $apply=groupby((carrierNo),aggregate(systemcreatedat with max as MostRecentAction))
But I've got the impression the 'apply' is simply ignored by the API.
Anyone any experience with getting apply/groupby/aggregate to work?