Skip to main content

Get a Signal in a Unit

GET 

/metadata/scopes/:scope/units/:unit/signals/:signal

Get a Signal in a Unit by its ID.

Request

Path Parameters

    scope stringrequired

    The Scope to get the Signal in.

    unit stringrequired

    The Unit to get the Signal in.

    signal stringrequired

    The Signal to get.

Responses

Success

Schema

    name stringrequired
    physicalUnit string
    description string
    longDescription string
    dataType stringrequired

    Possible values: [float, boolean, json, string]

Loading...