{
"delimiter": "string",
"filters": {
"fromDate": "date",
"reportId": "string",
"toDate": "date"
}
}
Name | Type | Description | Additional |
---|---|---|---|
delimiter | string |
The file delimiter Possible values are:
|
|
filters | object |
The data explorer export filters |
Optional |
filters.fromDate | date |
Filter from a given date in YYYY-MM-DD format. It includes all data since the start of this day based on the account timezone. The range between fromDate and toDate cannot be greater than 31 days. |
|
filters.reportId | string |
Filter by a given data explorer report. |
|
filters.toDate | date |
Filter to a given date in YYYY-MM-DD format. It includes all data until the end of this day based on the account timezone. The range between fromDate and toDate cannot be greater than 31 days. |