Monitor Table Controller
get
Authorizations
Path parameters
monitorTableIdstringRequired
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/monitor-tables/{monitorTableId} HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"creationDate": "2025-07-05T17:08:56.469Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T17:08:56.469Z",
"id": "text",
"name": "text",
"monitorVariables": [
{
"creationDate": "2025-07-05T17:08:56.469Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T17:08:56.469Z",
"id": "text",
"variableId": "text",
"monitorTableId": "text",
"type": "Default",
"order": 1
}
],
"projectId": "text",
"dsc": "text",
"xcount": 1
}
put
Authorizations
Path parameters
monitorTableIdstringRequired
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
namestring · max: 100Required
projectIdstringOptional
dscstring · max: 255Optional
xcountinteger · int32Optional
Responses
204
No Content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
put
PUT /api/monitor-tables/{monitorTableId} HTTP/1.1
Host: inscada.cloud
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
delete
Authorizations
Path parameters
monitorTableIdstringRequired
Responses
204
No Content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
delete
DELETE /api/monitor-tables/{monitorTableId} HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
get
Authorizations
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/monitor-tables HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-07-05T17:08:56.469Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T17:08:56.469Z",
"id": "text",
"name": "text",
"monitorVariables": [
{
"creationDate": "2025-07-05T17:08:56.469Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T17:08:56.469Z",
"id": "text",
"variableId": "text",
"monitorTableId": "text",
"type": "Default",
"order": 1
}
],
"projectId": "text",
"dsc": "text",
"xcount": 1
}
]
post
Authorizations
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
namestring · max: 100Required
projectIdstringOptional
dscstring · max: 255Optional
xcountinteger · int32Optional
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
post
POST /api/monitor-tables HTTP/1.1
Host: inscada.cloud
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-07-05T17:08:56.469Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T17:08:56.469Z",
"id": "text",
"name": "text",
"monitorVariables": [
{
"creationDate": "2025-07-05T17:08:56.469Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T17:08:56.469Z",
"id": "text",
"variableId": "text",
"monitorTableId": "text",
"type": "Default",
"order": 1
}
],
"projectId": "text",
"dsc": "text",
"xcount": 1
}
post
Authorizations
Query parameters
Body
filestring · binaryRequired
Responses
200
OK
*/*
Responseobject
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
post
POST /api/monitor-tables/import HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 17
{
"file": "binary"
}
{}
get
Authorizations
Path parameters
monitorTableIdstringRequired
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/monitor-tables/{monitorTableId}/monitorVariables HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-07-05T17:08:56.469Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T17:08:56.469Z",
"id": "text",
"variableId": "text",
"monitorTableId": "text",
"type": "Default",
"order": 1
}
]
get
Authorizations
Query parameters
projectIdstringOptional
includeIdsbooleanOptionalDefault:
false
Responses
200
OK
*/*
Responseobject
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/monitor-tables/export HTTP/1.1
Host: inscada.cloud
Accept: */*
{}
get
Authorizations
Query parameters
projectIdstringRequired
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/monitor-tables/by-project HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-07-05T17:08:56.469Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T17:08:56.469Z",
"id": "text",
"name": "text",
"monitorVariables": [
{
"creationDate": "2025-07-05T17:08:56.469Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T17:08:56.469Z",
"id": "text",
"variableId": "text",
"monitorTableId": "text",
"type": "Default",
"order": 1
}
],
"projectId": "text",
"dsc": "text",
"xcount": 1
}
]