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
+1 -1
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