Variable Value Controller

get
Authorizations
Path parameters
variableIdstringRequired
Responses
200
OK
*/*
Responseone of
all ofOptional
or
all ofOptional
or
all ofOptional
get
GET /api/variables/{variableId}/value HTTP/1.1
Host: inscada.cloud
Accept: */*
{
  "date": "2025-07-05T19:14:03.904Z",
  "variableShortInfo": {
    "project": "text",
    "name": "text",
    "code": "text",
    "dsc": "text",
    "frame": "text",
    "connection": "text",
    "device": "text"
  },
  "flags": {
    "ANY_ADDITIONAL_PROPERTY": true
  },
  "value": true,
  "extras": {
    "ANY_ADDITIONAL_PROPERTY": {}
  },
  "dateInMs": 1
}
post
Authorizations
Path parameters
variableIdstringRequired
Body
Other propertiesobjectOptional
Responses
204
No Content
post
POST /api/variables/{variableId}/value HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 30

{
  "ANY_ADDITIONAL_PROPERTY": {}
}

No content

get
Authorizations
Query parameters
projectIdstringRequired
namestringRequired
Responses
200
OK
*/*
Responseone of
all ofOptional
or
all ofOptional
or
all ofOptional
get
GET /api/variables/value/by-project-and-name HTTP/1.1
Host: inscada.cloud
Accept: */*
{
  "date": "2025-07-05T19:14:03.904Z",
  "variableShortInfo": {
    "project": "text",
    "name": "text",
    "code": "text",
    "dsc": "text",
    "frame": "text",
    "connection": "text",
    "device": "text"
  },
  "flags": {
    "ANY_ADDITIONAL_PROPERTY": true
  },
  "value": true,
  "extras": {
    "ANY_ADDITIONAL_PROPERTY": {}
  },
  "dateInMs": 1
}
post
Authorizations
Query parameters
projectIdstringRequired
namestringRequired
Body
Other propertiesobjectOptional
Responses
204
No Content
post
POST /api/variables/value/by-project-and-name HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 30

{
  "ANY_ADDITIONAL_PROPERTY": {}
}

No content

get
Authorizations
Responses
200
OK
*/*
get
GET /api/variables/values HTTP/1.1
Host: inscada.cloud
Accept: */*
{
  "ANY_ADDITIONAL_PROPERTY": {
    "date": "2025-07-05T19:14:03.904Z",
    "variableShortInfo": {
      "project": "text",
      "name": "text",
      "code": "text",
      "dsc": "text",
      "frame": "text",
      "connection": "text",
      "device": "text"
    },
    "flags": {
      "ANY_ADDITIONAL_PROPERTY": true
    },
    "value": true,
    "extras": {
      "ANY_ADDITIONAL_PROPERTY": {}
    },
    "dateInMs": 1
  }
}
get
Authorizations
Query parameters
projectIdstringRequired
Responses
200
OK
*/*
get
GET /api/variables/values/by-project HTTP/1.1
Host: inscada.cloud
Accept: */*
{
  "ANY_ADDITIONAL_PROPERTY": {
    "date": "2025-07-05T19:14:03.904Z",
    "variableShortInfo": {
      "project": "text",
      "name": "text",
      "code": "text",
      "dsc": "text",
      "frame": "text",
      "connection": "text",
      "device": "text"
    },
    "flags": {
      "ANY_ADDITIONAL_PROPERTY": true
    },
    "value": true,
    "extras": {
      "ANY_ADDITIONAL_PROPERTY": {}
    },
    "dateInMs": 1
  }
}
get
Authorizations
Query parameters
projectIdstringRequired
namesstring[]Required
Responses
200
OK
*/*
get
GET /api/variables/values/by-project-and-names HTTP/1.1
Host: inscada.cloud
Accept: */*
{
  "ANY_ADDITIONAL_PROPERTY": {
    "date": "2025-07-05T19:14:03.904Z",
    "variableShortInfo": {
      "project": "text",
      "name": "text",
      "code": "text",
      "dsc": "text",
      "frame": "text",
      "connection": "text",
      "device": "text"
    },
    "flags": {
      "ANY_ADDITIONAL_PROPERTY": true
    },
    "value": true,
    "extras": {
      "ANY_ADDITIONAL_PROPERTY": {}
    },
    "dateInMs": 1
  }
}
get
Authorizations
Query parameters
variableIdsstring[]Required
Responses
200
OK
*/*
get
GET /api/variables/values/by-ids HTTP/1.1
Host: inscada.cloud
Accept: */*
{
  "ANY_ADDITIONAL_PROPERTY": {
    "date": "2025-07-05T19:14:03.904Z",
    "variableShortInfo": {
      "project": "text",
      "name": "text",
      "code": "text",
      "dsc": "text",
      "frame": "text",
      "connection": "text",
      "device": "text"
    },
    "flags": {
      "ANY_ADDITIONAL_PROPERTY": true
    },
    "value": true,
    "extras": {
      "ANY_ADDITIONAL_PROPERTY": {}
    },
    "dateInMs": 1
  }
}
get
Authorizations
Query parameters
frameIdstringRequired
Responses
200
OK
*/*
get
GET /api/variables/values/by-frame HTTP/1.1
Host: inscada.cloud
Accept: */*
{
  "ANY_ADDITIONAL_PROPERTY": {
    "date": "2025-07-05T19:14:03.904Z",
    "variableShortInfo": {
      "project": "text",
      "name": "text",
      "code": "text",
      "dsc": "text",
      "frame": "text",
      "connection": "text",
      "device": "text"
    },
    "flags": {
      "ANY_ADDITIONAL_PROPERTY": true
    },
    "value": true,
    "extras": {
      "ANY_ADDITIONAL_PROPERTY": {}
    },
    "dateInMs": 1
  }
}
get
Authorizations
Query parameters
projectIdstringRequired
namesstring[]Required
startDatestring · date-timeRequired
endDatestring · date-timeRequired
Responses
200
OK
*/*
get
GET /api/variables/logged-values/stats/hourly/by-project-and-names HTTP/1.1
Host: inscada.cloud
Accept: */*
{
  "ANY_ADDITIONAL_PROPERTY": [
    {
      "sumValue": 1,
      "maxValue": 1,
      "variableId": 1,
      "middleValue": 1,
      "minValue": 1,
      "dttm": "2025-07-05T19:14:03.904Z",
      "firstValue": 1,
      "name": "text",
      "medianValue": 1,
      "maxDiffValue": 1,
      "avgValue": 1,
      "lastFirstDiffValue": 1,
      "lastValue": 1,
      "countValue": 1
    }
  ]
}
get
Authorizations
Query parameters
variableIdsstring[]Required
startDatestring · date-timeRequired
endDatestring · date-timeRequired
Responses
200
OK
*/*
get
GET /api/variables/logged-values/stats/hourly/by-ids HTTP/1.1
Host: inscada.cloud
Accept: */*
[
  {
    "sumValue": 1,
    "maxValue": 1,
    "variableId": 1,
    "middleValue": 1,
    "minValue": 1,
    "dttm": "2025-07-05T19:14:03.904Z",
    "firstValue": 1,
    "name": "text",
    "medianValue": 1,
    "maxDiffValue": 1,
    "avgValue": 1,
    "lastFirstDiffValue": 1,
    "lastValue": 1,
    "countValue": 1
  }
]
get
Authorizations
Query parameters
projectIdstringRequired
namesstring[]Required
startDatestring · date-timeRequired
endDatestring · date-timeRequired
Responses
200
OK
*/*
get
GET /api/variables/logged-values/stats/daily/by-project-and-names HTTP/1.1
Host: inscada.cloud
Accept: */*
{
  "ANY_ADDITIONAL_PROPERTY": [
    {
      "sumValue": 1,
      "maxValue": 1,
      "variableId": 1,
      "middleValue": 1,
      "minValue": 1,
      "dttm": "2025-07-05T19:14:03.904Z",
      "firstValue": 1,
      "name": "text",
      "medianValue": 1,
      "maxDiffValue": 1,
      "avgValue": 1,
      "lastFirstDiffValue": 1,
      "lastValue": 1,
      "countValue": 1
    }
  ]
}
get
Authorizations
Query parameters
variableIdsstring[]Required
startDatestring · date-timeRequired
endDatestring · date-timeRequired
Responses
200
OK
*/*
get
GET /api/variables/logged-values/stats/daily/by-ids HTTP/1.1
Host: inscada.cloud
Accept: */*
[
  {
    "sumValue": 1,
    "maxValue": 1,
    "variableId": 1,
    "middleValue": 1,
    "minValue": 1,
    "dttm": "2025-07-05T19:14:03.904Z",
    "firstValue": 1,
    "name": "text",
    "medianValue": 1,
    "maxDiffValue": 1,
    "avgValue": 1,
    "lastFirstDiffValue": 1,
    "lastValue": 1,
    "countValue": 1
  }
]
get
Authorizations
Query parameters
variableIdsstring[]Required
startDatestring · date-timeRequired
endDatestring · date-timeRequired
Responses
200
OK
*/*
get
GET /api/variables/logged-values/stats/daily/by-ids/pages HTTP/1.1
Host: inscada.cloud
Accept: */*
{
  "totalElements": 1,
  "totalPages": 1,
  "first": true,
  "last": true,
  "size": 1,
  "content": [
    {
      "sumValue": 1,
      "maxValue": 1,
      "variableId": 1,
      "middleValue": 1,
      "minValue": 1,
      "dttm": "2025-07-05T19:14:03.904Z",
      "firstValue": 1,
      "name": "text",
      "medianValue": 1,
      "maxDiffValue": 1,
      "avgValue": 1,
      "lastFirstDiffValue": 1,
      "lastValue": 1,
      "countValue": 1
    }
  ],
  "number": 1,
  "sort": [
    {
      "direction": "text",
      "nullHandling": "text",
      "ascending": true,
      "property": "text",
      "ignoreCase": true
    }
  ],
  "numberOfElements": 1,
  "pageable": {
    "offset": 1,
    "sort": [
      {
        "direction": "text",
        "nullHandling": "text",
        "ascending": true,
        "property": "text",
        "ignoreCase": true
      }
    ],
    "pageNumber": 1,
    "unpaged": true,
    "paged": true,
    "pageSize": 1
  },
  "empty": true
}
get
Authorizations
Query parameters
variableIdsstring[]Required
startDatestring · date-timeRequired
endDatestring · date-timeRequired
intervalinteger · int32Optional
Responses
200
OK
*/*
get
GET /api/variables/logged-values/stats/by-ids HTTP/1.1
Host: inscada.cloud
Accept: */*
[
  {
    "sumValue": 1,
    "maxValue": 1,
    "variableId": 1,
    "middleValue": 1,
    "minValue": 1,
    "dttm": "2025-07-05T19:14:03.904Z",
    "firstValue": 1,
    "name": "text",
    "medianValue": 1,
    "maxDiffValue": 1,
    "avgValue": 1,
    "lastFirstDiffValue": 1,
    "lastValue": 1,
    "countValue": 1
  }
]
get
Authorizations
Query parameters
variableIdsstring[]Required
startDatestring · date-timeRequired
endDatestring · date-timeRequired
Responses
200
OK
*/*
get
GET /api/variables/logged-values/by-ids HTTP/1.1
Host: inscada.cloud
Accept: */*
[
  {
    "projectId": "text",
    "extras": {
      "ANY_ADDITIONAL_PROPERTY": {}
    },
    "name": "text",
    "value": 1,
    "variableId": "text",
    "flags": {
      "ANY_ADDITIONAL_PROPERTY": true
    },
    "textValue": "text",
    "dttm": "2025-07-05T19:14:03.904Z",
    "project": "text"
  }
]
get
Authorizations
Query parameters
variableIdsstring[]Required
startDatestring · date-timeRequired
endDatestring · date-timeRequired
Responses
200
OK
*/*
get
GET /api/variables/logged-values/by-ids/pages HTTP/1.1
Host: inscada.cloud
Accept: */*
{
  "totalElements": 1,
  "totalPages": 1,
  "first": true,
  "last": true,
  "size": 1,
  "content": [
    {
      "projectId": "text",
      "extras": {
        "ANY_ADDITIONAL_PROPERTY": {}
      },
      "name": "text",
      "value": 1,
      "variableId": "text",
      "flags": {
        "ANY_ADDITIONAL_PROPERTY": true
      },
      "textValue": "text",
      "dttm": "2025-07-05T19:14:03.904Z",
      "project": "text"
    }
  ],
  "number": 1,
  "sort": [
    {
      "direction": "text",
      "nullHandling": "text",
      "ascending": true,
      "property": "text",
      "ignoreCase": true
    }
  ],
  "numberOfElements": 1,
  "pageable": {
    "offset": 1,
    "sort": [
      {
        "direction": "text",
        "nullHandling": "text",
        "ascending": true,
        "property": "text",
        "ignoreCase": true
      }
    ],
    "pageNumber": 1,
    "unpaged": true,
    "paged": true,
    "pageSize": 1
  },
  "empty": true
}