Overview
Returns a time series of data restricted by the query parameters passed in the POST
Request Fields
Time Series Request Fields | |
---|---|
Field | Description |
granularity | A string, specifying the time granularity to use. Takes the following values, |
limit | (optional) The maximum number of returned rows. Possible values: any integer in the range from 1 to 10,000. The default value is |
split_by | An array of key values from those set in the |
start_date | Sets the start of the date range from which to gather data. Supported formats:
|
end_date | Sets the end of the date range from which to gather data. Supported formats:
|
timezone | (optional): Time zone UTC offset in hours, where N can be any integer in the range of |
filters | (optional) An array of filters, each filter is built using the following format:
|
chart_lines | (Required) An array of key field values for which Chart plots are required. Can contain the special value of If the split_by POST argument contains several key fields, the values of these key fields should be separated by the START OF TEXT character with code 2, which has different representations in different systems, like
|