Make filter on record-report endpoint non-requred
This commit is contained in:
@@ -353,7 +353,7 @@
|
||||
{
|
||||
"type": "string",
|
||||
"name": "filter",
|
||||
"required": true,
|
||||
"required": false,
|
||||
"title": "Filter (eg: 'DATE(foo) > 2010')"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -149,7 +149,7 @@
|
||||
},
|
||||
{
|
||||
"name": "filter",
|
||||
"required": true,
|
||||
"required": false,
|
||||
"title": "Filter (eg: 'DATE(foo) \u003e 2010')",
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user