Skip to main content

Get Data Connection

GET 

/api/v1/live-data/connection

Get Data Connection

Request

Query Parameters

    name stringrequired
    workspaceId integerrequired

    Possible values: > 0

    ID of the Workspace

Responses

Success

Schema

    id integerrequired

    ID of the Data Connection

    Possible values: > 0

    Example: 1000
    name stringrequired

    Name of the Data Connection

    workspaceId integerrequired

    ID of the Workspace

    Possible values: > 0

    Example: 1000
    brokerUrl urirequired

    URL of the broker to connect to

    Example: mqtts://live.data.apps.nor.tech

    topics

    object[]

    required

    Array of topics to subscribe to

  • Array [

  • signalId integerrequired

    ID of the Signal

    Possible values: > 0

    Example: 1000
    name stringrequired

    Name of the topic exposing the Signal data

  • ]

Loading...