Get summary data for multiple indices
GET/api/v1/summaries
Request
Query Parameters
ids stringrequired
Up to 30 index IDs seperated by commas
Responses
- 200
successful operation
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
serverTime date-time
error stringnullable
description of error in natural language, absent in case of successful operation
payload
object
nullable
The response data
property name*
Summary
nullable
The response data
value stringnullable
Most recently published index value
time int64nullable
Milliseconds since Unix epoch of most recent value
last24Hours
object[]
Published values and times from the last 24 hours
value string
Published index value
time int64
Time of value publication in milliseconds since Unix epoch
{
"serverTime": "2024-01-01T09:00:00.000Z",
"error": "string",
"payload": {}
}
Loading...