3
0

Make filter on record-report endpoint non-requred

This commit is contained in:
Denis Arh
2019-01-11 19:56:48 +01:00
parent 67532b86ff
commit 9e249bef3f
3 changed files with 3 additions and 3 deletions

View File

@@ -353,7 +353,7 @@
{
"type": "string",
"name": "filter",
"required": true,
"required": false,
"title": "Filter (eg: 'DATE(foo) > 2010')"
}
]

View File

@@ -149,7 +149,7 @@
},
{
"name": "filter",
"required": true,
"required": false,
"title": "Filter (eg: 'DATE(foo) \u003e 2010')",
"type": "string"
}

View File

@@ -168,7 +168,7 @@ CRM module definitions
| --------- | ---- | ------ | ----------- | ------- | --------- |
| metrics | string | GET | Metrics (eg: 'COUNT(*) AS count, SUM(money)') | N/A | YES |
| dimensions | string | GET | Dimensions (eg: 'DATE(foo), status') | N/A | YES |
| filter | string | GET | Filter (eg: 'DATE(foo) > 2010') | N/A | YES |
| filter | string | GET | Filter (eg: 'DATE(foo) > 2010') | N/A | NO |
| moduleID | uint64 | PATH | Module ID | N/A | YES |
## List/read records from module section