Skip to main content

Get latest data points

POST 

/api/v1/live-data/points

Get the latest data points for the given signals

Request

Body

Body

    oneOf

    Array of signal ID's

  • Array [

  • integer

    Possible values: > 0

  • ]

Responses

Success

Schema

    property name*

    object

    timestamp date-timerequired

    Timestamp of the data point in UTC format

    Example: 2021-01-01T00:00:00Z

    value

    object

    nullable

    required

    Value of the data point

    oneOf

    string

Loading...