JSON content to be used as export request payload for /export/tabular and /export/visual endpoints.
Name | Type | Description | Notes |
---|---|---|---|
metadata | JsonNode | [optional] | |
custom_override | CustomOverride | [optional] | |
execution_result | str | Execution result identifier. | [optional] |
related_dashboard_id | str | Analytical dashboard identifier. Optional identifier, which informs the system that the export is related to a specific dashboard. | [optional] |
settings | Settings | [optional] | |
visualization_object | str | Visualization object identifier. Alternative to executionResult property. | [optional] |
visualization_object_custom_filters | [{str: (bool, date, datetime, dict, float, int, list, str, none_type)}] | Optional custom filters (as array of IFilter objects defined in UI SDK) to be applied when visualizationObject is given. | [optional] |
dashboard_id | str | Dashboard identifier | [optional] |
file_name | str | Filename of downloaded file without extension. | [optional] |
format | str | Expected file format. | [optional] |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |