Grouping by date/time in Aggregate API
I'd like to use the platform aggregate API (e.g. /api/now/stats/incident), using sysparm_count:true, and group the results by the "created_on" field, using sysparm_group_by:created_on. The trick is that the created_on field is a glide_date_time fiel...