Skip to main content

Get Signals

POST 

/api/v1/signals

Get multiple Signals from their IDs or Search JSON.

Request

Body

Body

    signals

    object

    required

    Array of Signal ID's or Search JSON's

    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
  • ]

Responses

Success

Schema

  • Array [

  • 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-11-12T16:40:12.533Z
    updatedAt date-timerequired

    Update Date of the Signal

    Example: 2025-11-12T16:40:12.533Z
    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
  • ]

Loading...