Skip to content

Data points

Formerly RDS Variables

Fetch Data points

The method returns the list of data points for a given portfolio

GET /variables

Output example

[
    {
        "Name": "CHS_M1_L3003_CVS0011_000_0000_AM_2.1",
        "Type": 0,
        "Comment": "Module 1.T1.AHU1.1. Alarm 2",
        "Rds": {
            "Name": "Simulation",
            "Host": "http://aeuc1c015009a.ad003.siemens.net/simulated-rds/",
            "Value": 0,
            "Port": 0,
            "Enable": true,
            "Id": "6297c24b-76c6-44dc-825d-92d9d6b2e68f"
        },
        "StringValue": "False",
        "Id": "ef811a85-da4b-400f-bcaa-9e4351423855"
    },
    {
        "Name": "CHS_M1_L3003_CVS0011_000_0000_AM_2.10",
        "Type": 0,
        "Comment": "Module 1.Т1.AHU1.1. Alarm 2",
        "Rds": {
            "Name": "Simulation",
            "Host": "http://aeuc1c015009a.ad003.siemens.net/simulated-rds/",
            "Value": 0,
            "Port": 0,
            "Enable": true,
            "Id": "6297c24b-76c6-44dc-825d-92d9d6b2e68f"
        },
        "StringValue": "True",
        "Id": "d8ea9c4c-bc00-4e4b-a3f1-3369d74fd483"
    }
]

For the CRUD operations use the relevant POST, GET, PATCH and DELETE methods.