Monitor Table Controller
Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/monitor-tables/{monitorTableId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
"creationDate": "2025-11-21T13:43:43.751Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-21T13:43:43.751Z",
"id": "text",
"name": "text",
"monitorVariables": [
{
"creationDate": "2025-11-21T13:43:43.751Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-21T13:43:43.751Z",
"id": "text",
"variableId": "text",
"monitorTableId": "text",
"type": "Default",
"order": 1
}
],
"projectId": "text",
"dsc": "text",
"xcount": 1
}Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
PUT /api/monitor-tables/{monitorTableId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 176
{
"id": "text",
"name": "text",
"monitorVariables": [
{
"id": "text",
"variableId": "text",
"monitorTableId": "text",
"type": "Default",
"order": 1
}
],
"projectId": "text",
"dsc": "text",
"xcount": 1
}No content
Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
DELETE /api/monitor-tables/{monitorTableId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
No content
Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/monitor-tables HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
{
"creationDate": "2025-11-21T13:43:43.751Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-21T13:43:43.751Z",
"id": "text",
"name": "text",
"monitorVariables": [
{
"creationDate": "2025-11-21T13:43:43.751Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-21T13:43:43.751Z",
"id": "text",
"variableId": "text",
"monitorTableId": "text",
"type": "Default",
"order": 1
}
],
"projectId": "text",
"dsc": "text",
"xcount": 1
}
]Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/monitor-tables HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 176
{
"id": "text",
"name": "text",
"monitorVariables": [
{
"id": "text",
"variableId": "text",
"monitorTableId": "text",
"type": "Default",
"order": 1
}
],
"projectId": "text",
"dsc": "text",
"xcount": 1
}{
"creationDate": "2025-11-21T13:43:43.751Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-21T13:43:43.751Z",
"id": "text",
"name": "text",
"monitorVariables": [
{
"creationDate": "2025-11-21T13:43:43.751Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-21T13:43:43.751Z",
"id": "text",
"variableId": "text",
"monitorTableId": "text",
"type": "Default",
"order": 1
}
],
"projectId": "text",
"dsc": "text",
"xcount": 1
}Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/monitor-tables/import HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 17
{
"file": "binary"
}{}Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/monitor-tables/{monitorTableId}/monitorVariables HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
{
"creationDate": "2025-11-21T13:43:43.751Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-21T13:43:43.751Z",
"id": "text",
"variableId": "text",
"monitorTableId": "text",
"type": "Default",
"order": 1
}
]Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
falseOK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/monitor-tables/export HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{}Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/monitor-tables/by-project?projectId=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
{
"creationDate": "2025-11-21T13:43:43.751Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-21T13:43:43.751Z",
"id": "text",
"name": "text",
"monitorVariables": [
{
"creationDate": "2025-11-21T13:43:43.751Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-21T13:43:43.751Z",
"id": "text",
"variableId": "text",
"monitorTableId": "text",
"type": "Default",
"order": 1
}
],
"projectId": "text",
"dsc": "text",
"xcount": 1
}
]Last updated