Timeseries Index Value
GET/v1/indexes/:index_id/timeseries
Timeseries Index Value
Request
Path Parameters
Query Parameters
Identifier of requested timeseries period (e.g. 5SEC
or 1DAY
)
Timeseries starting time in ISO 8601
Timeseries ending time in ISO 8601
Default value: 100
Amount of items to return (optional, mininum is 1, maximum is 100000, default value is 100, if the parameter is used then every 100 output items are counted as one request)
Responses
- 200
successful operation
- text/plain
- application/json
- text/json
- application/x-msgpack
- Schema
- Example (from schema)
Schema
Array [
]
The start time of the time period.
The end time of the time period.
The time when the value opened.
The time when the value closed.
The opening value.
The highest value during the time period.
The lowest value during the time period.
The closing value.
The number of values during the time period.
[
{
"time_period_start": "2024-11-12T12:17:30.215Z",
"time_period_end": "2024-11-12T12:17:30.215Z",
"time_open": "2024-11-12T12:17:30.215Z",
"time_close": "2024-11-12T12:17:30.215Z",
"value_open": 0,
"value_high": 0,
"value_low": 0,
"value_close": 0,
"value_count": 0
}
]
- Schema
- Example (from schema)
Schema
Array [
]
The start time of the time period.
The end time of the time period.
The time when the value opened.
The time when the value closed.
The opening value.
The highest value during the time period.
The lowest value during the time period.
The closing value.
The number of values during the time period.
[
{
"time_period_start": "2024-11-12T12:17:30.215Z",
"time_period_end": "2024-11-12T12:17:30.215Z",
"time_open": "2024-11-12T12:17:30.215Z",
"time_close": "2024-11-12T12:17:30.215Z",
"value_open": 0,
"value_high": 0,
"value_low": 0,
"value_close": 0,
"value_count": 0
}
]
- Schema
- Example (from schema)
Schema
Array [
]
The start time of the time period.
The end time of the time period.
The time when the value opened.
The time when the value closed.
The opening value.
The highest value during the time period.
The lowest value during the time period.
The closing value.
The number of values during the time period.
[
{
"time_period_start": "2024-11-12T12:17:30.216Z",
"time_period_end": "2024-11-12T12:17:30.216Z",
"time_open": "2024-11-12T12:17:30.216Z",
"time_close": "2024-11-12T12:17:30.216Z",
"value_open": 0,
"value_high": 0,
"value_low": 0,
"value_close": 0,
"value_count": 0
}
]
- Schema
- Example (from schema)
Schema
Array [
]
The start time of the time period.
The end time of the time period.
The time when the value opened.
The time when the value closed.
The opening value.
The highest value during the time period.
The lowest value during the time period.
The closing value.
The number of values during the time period.
[
{
"time_period_start": "2024-11-12T12:17:30.216Z",
"time_period_end": "2024-11-12T12:17:30.216Z",
"time_open": "2024-11-12T12:17:30.216Z",
"time_close": "2024-11-12T12:17:30.216Z",
"value_open": 0,
"value_high": 0,
"value_low": 0,
"value_close": 0,
"value_count": 0
}
]