Current Index Value
GET/v1/indexes/:index_id/current
Current Index Value
Request
Path Parameters
index_id stringrequired
Responses
- 200
successful operation
- text/plain
- application/json
- text/json
- application/x-msgpack
- Schema
- Example (from schema)
- Example response
Schema
Array [
]
timestamp date-time
value double
composition
object[]
nullable
component_id stringnullable
component_value double
{
"timestamp": "2024-11-12T12:17:30.644Z",
"value": 0,
"composition": [
{
"component_id": "string",
"component_value": 0
}
]
}
{
"timestamp": "2024-09-01T09:00:00",
"value": 56787.5997300339
}
- Schema
- Example (from schema)
- Example response
Schema
Array [
]
timestamp date-time
value double
composition
object[]
nullable
component_id stringnullable
component_value double
{
"timestamp": "2024-11-12T12:17:30.644Z",
"value": 0,
"composition": [
{
"component_id": "string",
"component_value": 0
}
]
}
{
"timestamp": "2024-09-01T09:00:00",
"value": 56787.5997300339
}
- Schema
- Example (from schema)
- Example response
Schema
Array [
]
timestamp date-time
value double
composition
object[]
nullable
component_id stringnullable
component_value double
{
"timestamp": "2024-11-12T12:17:30.644Z",
"value": 0,
"composition": [
{
"component_id": "string",
"component_value": 0
}
]
}
{
"timestamp": "2024-09-01T09:00:00",
"value": 56787.5997300339
}
- Schema
- Example (from schema)
- Example response
Schema
Array [
]
timestamp date-time
value double
composition
object[]
nullable
component_id stringnullable
component_value double
{
"timestamp": "2024-11-12T12:17:30.645Z",
"value": 0,
"composition": [
{
"component_id": "string",
"component_value": 0
}
]
}
{
"timestamp": "2024-09-01T09:00:00",
"value": 56787.5997300339
}
Loading...
Was this section helpful?