Historical Index Value w/Composition
GET/v1/indexes/:index_id/history
Historical Index Value w/Composition
Request
Path Parameters
index_id stringrequired
Query Parameters
time_start date-time
time_end date-time
limit int32
Default value: 100
Responses
- 200
successful operation
- text/plain
- application/json
- text/json
- application/x-msgpack
- Schema
- Example (from schema)
- Example response
Schema
Array [
Array [
]
]
timestamp date-time
value double
composition
object[]
nullable
component_id stringnullable
component_value double
[
{
"timestamp": "2024-11-07T14:04:50.707Z",
"value": 0,
"composition": [
{
"component_id": "string",
"component_value": 0
}
]
}
]
[
{
"timestamp": "2024-09-05T11:29:04+00:00",
"value": 56786.84840020827,
"composition": []
},
{
"timestamp": "2024-09-05T11:29:03+00:00",
"value": 56786.84840020827,
"composition": []
},
{
"timestamp": "2024-09-05T11:29:02+00:00",
"value": 56786.84840020827,
"composition": []
}
]
- Schema
- Example (from schema)
- Example response
Schema
Array [
Array [
]
]
timestamp date-time
value double
composition
object[]
nullable
component_id stringnullable
component_value double
[
{
"timestamp": "2024-11-07T14:04:50.707Z",
"value": 0,
"composition": [
{
"component_id": "string",
"component_value": 0
}
]
}
]
[
{
"timestamp": "2024-09-05T11:29:04+00:00",
"value": 56786.84840020827,
"composition": []
},
{
"timestamp": "2024-09-05T11:29:03+00:00",
"value": 56786.84840020827,
"composition": []
},
{
"timestamp": "2024-09-05T11:29:02+00:00",
"value": 56786.84840020827,
"composition": []
}
]
- Schema
- Example (from schema)
- Example response
Schema
Array [
Array [
]
]
timestamp date-time
value double
composition
object[]
nullable
component_id stringnullable
component_value double
[
{
"timestamp": "2024-11-07T14:04:50.707Z",
"value": 0,
"composition": [
{
"component_id": "string",
"component_value": 0
}
]
}
]
[
{
"timestamp": "2024-09-05T11:29:04+00:00",
"value": 56786.84840020827,
"composition": []
},
{
"timestamp": "2024-09-05T11:29:03+00:00",
"value": 56786.84840020827,
"composition": []
},
{
"timestamp": "2024-09-05T11:29:02+00:00",
"value": 56786.84840020827,
"composition": []
}
]
- Schema
- Example (from schema)
- Example response
Schema
Array [
Array [
]
]
timestamp date-time
value double
composition
object[]
nullable
component_id stringnullable
component_value double
[
{
"timestamp": "2024-11-07T14:04:50.708Z",
"value": 0,
"composition": [
{
"component_id": "string",
"component_value": 0
}
]
}
]
[
{
"timestamp": "2024-09-05T11:29:04+00:00",
"value": 56786.84840020827,
"composition": []
},
{
"timestamp": "2024-09-05T11:29:03+00:00",
"value": 56786.84840020827,
"composition": []
},
{
"timestamp": "2024-09-05T11:29:02+00:00",
"value": 56786.84840020827,
"composition": []
}
]
Loading...
Was this section helpful?