docs/ReportDataSetQuery.md in ultracart_api-4.0.177 vs docs/ReportDataSetQuery.md in ultracart_api-4.0.178
- old
+ new
@@ -10,10 +10,11 @@
| **dimensions** | [**Array<ReportPageVisualizationDimension>**](ReportPageVisualizationDimension.md) | | [optional] |
| **filter** | [**ReportFilter**](ReportFilter.md) | | [optional] |
| **for_object_id** | **String** | An identifier that can be used to help match up the returned data set | [optional] |
| **for_object_type** | **String** | The type of object this data set is for | [optional] |
| **metrics** | [**Array<ReportPageVisualizationMetric>**](ReportPageVisualizationMetric.md) | | [optional] |
+| **order_by_columns** | [**Array<ReportDataSetQueryOrderByColumn>**](ReportDataSetQueryOrderByColumn.md) | The columns to order by in the final result. If not specified the dimensions will be used | [optional] |
| **page_size** | **Integer** | Result set page size. The default value is 200 records. Max is 10000. | [optional] |
| **selected_filters** | [**Array<ReportFilter>**](ReportFilter.md) | | [optional] |
| **skip_cache** | **Boolean** | True if the 15 minute cache should be skipped. | [optional] |
| **user_data** | **String** | Any other data that needs to be returned with the response to help the UI | [optional] |
@@ -29,9 +30,10 @@
dimensions: null,
filter: null,
for_object_id: null,
for_object_type: null,
metrics: null,
+ order_by_columns: null,
page_size: null,
selected_filters: null,
skip_cache: null,
user_data: null
)