Monitor Table Controller

get
Authorizations
Path parameters
monitorTableIdstringRequired
Responses
200
OK
*/*
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
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
delete
DELETE /api/monitor-tables/{monitorTableId} HTTP/1.1
Host: inscada.cloud
Accept: */*

No content

get
Authorizations
Responses
200
OK
*/*
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
*/*
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
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
*/*
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
get
GET /api/monitor-tables/export HTTP/1.1
Host: inscada.cloud
Accept: */*
{}
get
Authorizations
Query parameters
projectIdstringRequired
Responses
200
OK
*/*
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
  }
]