17 lines
275 B
JSON
17 lines
275 B
JSON
|
{
|
||
|
"target": "Recording",
|
||
|
"selection": {
|
||
|
"record_value": "sum",
|
||
|
"record_type": "count",
|
||
|
"record_type": "avg"
|
||
|
},
|
||
|
"filter": {
|
||
|
"date": {
|
||
|
"$gt": "12-12-02"
|
||
|
}
|
||
|
},
|
||
|
"group": {
|
||
|
"date": "month"
|
||
|
}
|
||
|
}
|