Variable Value Controller
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/variables/{variableId}/value HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
"date": "2025-11-01T06:30:25.412Z",
"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
}No Content
No content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/variables/{variableId}/value HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 30
{
"ANY_ADDITIONAL_PROPERTY": {}
}No content
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/variables/value/by-project-and-name?projectId=text&name=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
"date": "2025-11-01T06:30:25.412Z",
"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
}No Content
No content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/variables/value/by-project-and-name?projectId=text&name=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 30
{
"ANY_ADDITIONAL_PROPERTY": {}
}No content
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/variables/values HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
"ANY_ADDITIONAL_PROPERTY": {
"date": "2025-11-01T06:30:25.412Z",
"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
}
}OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/variables/values/by-project?projectId=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
"ANY_ADDITIONAL_PROPERTY": {
"date": "2025-11-01T06:30:25.412Z",
"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
}
}OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/variables/values/by-project-and-names?projectId=text&names=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
"ANY_ADDITIONAL_PROPERTY": {
"date": "2025-11-01T06:30:25.412Z",
"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
}
}OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/variables/values/by-ids?variableIds=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
"ANY_ADDITIONAL_PROPERTY": {
"date": "2025-11-01T06:30:25.412Z",
"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
}
}OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/variables/values/by-frame?frameId=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
"ANY_ADDITIONAL_PROPERTY": {
"date": "2025-11-01T06:30:25.412Z",
"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
}
}OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/variables/logged-values/stats/hourly/by-project-and-names?projectId=text&names=text&startDate=2025-11-01T06%3A30%3A25.412Z&endDate=2025-11-01T06%3A30%3A25.412Z HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
"ANY_ADDITIONAL_PROPERTY": [
{
"sumValue": 1,
"maxValue": 1,
"variableId": 1,
"middleValue": 1,
"minValue": 1,
"dttm": "2025-11-01T06:30:25.412Z",
"firstValue": 1,
"name": "text",
"medianValue": 1,
"maxDiffValue": 1,
"avgValue": 1,
"lastFirstDiffValue": 1,
"lastValue": 1,
"countValue": 1
}
]
}OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/variables/logged-values/stats/hourly/by-ids?variableIds=text&startDate=2025-11-01T06%3A30%3A25.412Z&endDate=2025-11-01T06%3A30%3A25.412Z HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
{
"sumValue": 1,
"maxValue": 1,
"variableId": 1,
"middleValue": 1,
"minValue": 1,
"dttm": "2025-11-01T06:30:25.412Z",
"firstValue": 1,
"name": "text",
"medianValue": 1,
"maxDiffValue": 1,
"avgValue": 1,
"lastFirstDiffValue": 1,
"lastValue": 1,
"countValue": 1
}
]OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/variables/logged-values/stats/daily/by-project-and-names?projectId=text&names=text&startDate=2025-11-01T06%3A30%3A25.412Z&endDate=2025-11-01T06%3A30%3A25.412Z HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
"ANY_ADDITIONAL_PROPERTY": [
{
"sumValue": 1,
"maxValue": 1,
"variableId": 1,
"middleValue": 1,
"minValue": 1,
"dttm": "2025-11-01T06:30:25.412Z",
"firstValue": 1,
"name": "text",
"medianValue": 1,
"maxDiffValue": 1,
"avgValue": 1,
"lastFirstDiffValue": 1,
"lastValue": 1,
"countValue": 1
}
]
}OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/variables/logged-values/stats/daily/by-ids?variableIds=text&startDate=2025-11-01T06%3A30%3A25.412Z&endDate=2025-11-01T06%3A30%3A25.412Z HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
{
"sumValue": 1,
"maxValue": 1,
"variableId": 1,
"middleValue": 1,
"minValue": 1,
"dttm": "2025-11-01T06:30:25.412Z",
"firstValue": 1,
"name": "text",
"medianValue": 1,
"maxDiffValue": 1,
"avgValue": 1,
"lastFirstDiffValue": 1,
"lastValue": 1,
"countValue": 1
}
]OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/variables/logged-values/stats/daily/by-ids/pages?variableIds=text&startDate=2025-11-01T06%3A30%3A25.412Z&endDate=2025-11-01T06%3A30%3A25.412Z&pageable=[object+Object] HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
"totalElements": 1,
"totalPages": 1,
"first": true,
"last": true,
"size": 1,
"content": [
{
"sumValue": 1,
"maxValue": 1,
"variableId": 1,
"middleValue": 1,
"minValue": 1,
"dttm": "2025-11-01T06:30:25.412Z",
"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
}OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/variables/logged-values/stats/by-ids?variableIds=text&startDate=2025-11-01T06%3A30%3A25.412Z&endDate=2025-11-01T06%3A30%3A25.412Z HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
{
"sumValue": 1,
"maxValue": 1,
"variableId": 1,
"middleValue": 1,
"minValue": 1,
"dttm": "2025-11-01T06:30:25.412Z",
"firstValue": 1,
"name": "text",
"medianValue": 1,
"maxDiffValue": 1,
"avgValue": 1,
"lastFirstDiffValue": 1,
"lastValue": 1,
"countValue": 1
}
]OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/variables/logged-values/by-ids?variableIds=text&startDate=2025-11-01T06%3A30%3A25.412Z&endDate=2025-11-01T06%3A30%3A25.412Z HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
{
"projectId": "text",
"extras": {
"ANY_ADDITIONAL_PROPERTY": {}
},
"name": "text",
"value": 1,
"variableId": "text",
"flags": {
"ANY_ADDITIONAL_PROPERTY": true
},
"textValue": "text",
"dttm": "2025-11-01T06:30:25.412Z",
"project": "text"
}
]OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/variables/logged-values/by-ids/pages?variableIds=text&startDate=2025-11-01T06%3A30%3A25.412Z&endDate=2025-11-01T06%3A30%3A25.412Z&pageable=[object+Object] HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
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-11-01T06:30:25.412Z",
"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
}Last updated