Skip to main content

Get Workspace Asset Division Device Signal

GET 

/api/v1/workspaces/:workspace/assets/:asset/divisions/:division/devices/:device/signals/:signal

Get a Signal in a Workspace/Asset/Division/Device group by their Names.

Request

Path Parameters

    workspace stringrequired

    Name of the Workspace

    asset stringrequired

    Name of the Asset

    division stringrequired

    Name of the Division

    device stringrequired

    Name of the Device

    signal stringrequired

    Name of the Signal

Responses

Success

Schema

    id integerrequired

    ID of the Signal

    Possible values: > 0

    Example: 1000
    name stringrequired

    Name of the Signal

    Example: Signal 1
    createdAt date-timerequired

    Creation Date of the Signal

    Example: 2025-03-12T18:12:44.466Z
    updatedAt date-timerequired

    Update Date of the Signal

    Example: 2025-03-12T18:12:44.466Z
    physicalUnit stringrequired

    Physical unit of the Signal

    Example: m/s
    dataType stringrequired

    Data type of the Signal

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

    Example: float
    description stringnullablerequired

    Description of the Signal

    Example: Description
    longDescription stringnullablerequired

    Long description of the Signal

    workspace

    object

    required

    id integerrequired

    ID of the Workspace

    Possible values: > 0

    Example: 1000
    name stringrequired

    Name of the Workspace

    Example: Workspace 1

    asset

    object

    required

    id integerrequired

    ID of the Asset

    Possible values: > 0

    Example: 1000
    name stringrequired

    Name of the Asset

    Example: Asset 1

    division

    object

    required

    id integerrequired

    ID of the Division

    Possible values: > 0

    Example: 1000
    name stringrequired

    Name of the Division

    Example: Division 1

    unit

    object

    required

    id integerrequired

    ID of the Unit

    Possible values: > 0

    Example: 1000
    name stringrequired

    Name of the Unit

    Example: Unit 1

    device

    object

    required

    id integerrequired

    ID of the Device

    Possible values: > 0

    Example: 1000
    name stringrequired

    Name of the Device

    Example: Device 1
Loading...