Skip to main content

Import Signal Data

POST 

/api/v1/signal/data/import

This endpoint allows you to import signal data into the system. Requires editor role.

Request

Body

Body

    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

    signals

    object[]

    required

    Possible values: >= 1

  • Array [

  • name stringrequired

    Name of the Signal

    Example: Signal 1

    points

    object[]

    required

    Possible values: >= 1

  • Array [

  • value

    object

    required

    oneOf

    oneOf

    oneOf

    number

    timestamp

    object

    required

    ISO date string or Unix timestamp

    oneOf

    Unix timestamp in milliseconds

    number

  • ]

  • ]

Responses

200

Schema

    status stringrequired

    Possible values: [success]

Loading...