Skip to main content

Get summary data for multiple indices

GET 

/api/v1/summaries

Request

Query Parameters

    ids stringrequired

    Up to 30 index IDs seperated by commas

Responses

successful operation

Schema

    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

  • Array [

  • value string

    Published index value

    time int64

    Time of value publication in milliseconds since Unix epoch

  • ]

Loading...