| ColumnHeaderType |
What type of column headers to use? human readable, or codenames?
Human readable strings match the display name of the column.
Codenames are more useful for machine readable output
|
CsvColumnHeaderType
|
None.
|
| DateFilters |
Optional. If specified, these will be applied to filters of type Date in the schema
|
Collection of ReportExportDateFilter
|
None.
|
| NumericalFilters |
If specified, these will be applied to filters of type Numerical in the schema
|
Collection of ReportExportNumericalFilter
|
None.
|
| TextFilters |
If specified, these will be applied to filters of type Text in the schema.
|
Collection of ReportExportTextFilter
|
None.
|
| ForeignKeyFilters |
If specified, these will be applied to filters of type ForeignKey in the schema. Values can be taken from the dropdowns endpoints.
|
Collection of ReportExportForeignKeyFilter
|
None.
|
| OrderBy |
Used to specify which order by option you want to use
|
string
|
None.
|
| OrderDescending |
Optionally swap the ordering direction to descending
|
boolean
|
None.
|