Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.42 KB

History.md

File metadata and controls

17 lines (12 loc) · 1.42 KB

History

This object contains the history data according to the requested filters. If Detail has been set true in the request, an array of objects is returned. Each object is composed by the following fields, unless some aggregations have been requested: APICall (string), Datetime (string), StatusCode (int) and Advanced (boolean). If aggregation is performed, data is organized in nested objects (see the example below, where a GroupBy with ["advanced", "api_calls"] has been performed). Note that the property name* shown in the response examples represents the API call name used to aggregate data if api_calls is set in the GroupBy field.

Properties

Name Type Description Notes
prices {str: (float,)} [optional]
detail [HistoryDetail] [optional]
advanced {str: (SlimBaseResponse,)} [optional]
not_advanced {str: (SlimBaseResponse,)} [optional]
count int [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]

[Back to Model list] [Back to API list] [Back to README]