Skip to main content

Get latest data points

POST 

/api/v1/live-data/points

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Get the latest data points for the given signals

Request

Body

Body

    oneOf

    Signal search JSON

  • Array [

  • workspace stringrequired

    Name of the Workspace

    Example: Workspace 1
    asset stringrequired

    Name of the Asset

    Example: Asset 1
    division stringrequired

    Name of the Division

    Example: Division 1
    unit stringrequired

    Name of the Unit

    Example: Unit 1
    signal stringrequired

    Name of the Signal

    Example: Signal 1
    rename string

    Name to give the returned signal. Defaults to the signal ID.

    Possible values: <= 127 characters

  • ]

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...