Trace Table Controller

get
Authorizations
Path parameters
traceTableIdstringRequired
Responses
200
OK
*/*
get
GET /api/trace-tables/{traceTableId} HTTP/1.1
Host: inscada.cloud
Accept: */*
{
  "creationDate": "2025-07-05T18:48:54.956Z",
  "lastModifiedBy": "text",
  "createdBy": "text",
  "lastModifiedDate": "2025-07-05T18:48:54.956Z",
  "id": "text",
  "projectId": "text",
  "name": "text",
  "config": "text"
}
put
Authorizations
Path parameters
traceTableIdstringRequired
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
projectIdstringOptional
namestring · max: 255Required
configstringRequired
Responses
204
No Content
put
PUT /api/trace-tables/{traceTableId} HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 62

{
  "id": "text",
  "projectId": "text",
  "name": "text",
  "config": "text"
}

No content

delete
Authorizations
Path parameters
traceTableIdstringRequired
Responses
204
No Content
delete
DELETE /api/trace-tables/{traceTableId} HTTP/1.1
Host: inscada.cloud
Accept: */*

No content

get
Authorizations
Responses
200
OK
*/*
get
GET /api/trace-tables HTTP/1.1
Host: inscada.cloud
Accept: */*
[
  {
    "creationDate": "2025-07-05T18:48:54.956Z",
    "lastModifiedBy": "text",
    "createdBy": "text",
    "lastModifiedDate": "2025-07-05T18:48:54.956Z",
    "id": "text",
    "projectId": "text",
    "name": "text",
    "config": "text"
  }
]
post
Authorizations
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
projectIdstringOptional
namestring · max: 255Required
configstringRequired
Responses
200
OK
*/*
post
POST /api/trace-tables HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 62

{
  "id": "text",
  "projectId": "text",
  "name": "text",
  "config": "text"
}
{
  "creationDate": "2025-07-05T18:48:54.956Z",
  "lastModifiedBy": "text",
  "createdBy": "text",
  "lastModifiedDate": "2025-07-05T18:48:54.956Z",
  "id": "text",
  "projectId": "text",
  "name": "text",
  "config": "text"
}
post
Authorizations
Query parameters
Body
filestring · binaryRequired
Responses
200
OK
*/*
Responseobject
post
POST /api/trace-tables/import HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 17

{
  "file": "binary"
}
{}
get
Authorizations
Query parameters
projectIdstringOptional
includeIdsbooleanOptionalDefault: false
Responses
200
OK
*/*
Responseobject
get
GET /api/trace-tables/export HTTP/1.1
Host: inscada.cloud
Accept: */*
{}
get
Authorizations
Query parameters
projectIdstringRequired
Responses
200
OK
*/*
get
GET /api/trace-tables/by-project HTTP/1.1
Host: inscada.cloud
Accept: */*
[
  {
    "creationDate": "2025-07-05T18:48:54.956Z",
    "lastModifiedBy": "text",
    "createdBy": "text",
    "lastModifiedDate": "2025-07-05T18:48:54.956Z",
    "id": "text",
    "projectId": "text",
    "name": "text",
    "config": "text"
  }
]