Script Controller
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/scripts/{scriptId} HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"creationDate": "2025-08-22T04:27:57.454Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-22T04:27:57.454Z",
"id": "text",
"time": "2025-08-22T04:27:57.454Z",
"dsc": "text",
"name": "text",
"projectId": "text",
"period": 1,
"log": true,
"delay": 1,
"offset": 1,
"type": "Periodic",
"code": "text",
"owner": "text"
}
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
PUT /api/scripts/{scriptId} HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 183
{
"id": "text",
"time": "2025-08-22T04:27:57.454Z",
"dsc": "text",
"name": "text",
"projectId": "text",
"period": 1,
"log": true,
"delay": 1,
"offset": 1,
"type": "Periodic",
"code": "text",
"owner": "text"
}
No content
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
DELETE /api/scripts/{scriptId} HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/scripts HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-08-22T04:27:57.454Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-22T04:27:57.454Z",
"id": "text",
"time": "2025-08-22T04:27:57.454Z",
"dsc": "text",
"name": "text",
"projectId": "text",
"period": 1,
"log": true,
"delay": 1,
"offset": 1,
"type": "Periodic",
"code": "text",
"owner": "text"
}
]
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/scripts HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 183
{
"id": "text",
"time": "2025-08-22T04:27:57.454Z",
"dsc": "text",
"name": "text",
"projectId": "text",
"period": 1,
"log": true,
"delay": 1,
"offset": 1,
"type": "Periodic",
"code": "text",
"owner": "text"
}
{
"creationDate": "2025-08-22T04:27:57.454Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-22T04:27:57.454Z",
"id": "text",
"time": "2025-08-22T04:27:57.454Z",
"dsc": "text",
"name": "text",
"projectId": "text",
"period": 1,
"log": true,
"delay": 1,
"offset": 1,
"type": "Periodic",
"code": "text",
"owner": "text"
}
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/scripts/{scriptId}/schedule HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/scripts/{scriptId}/run HTTP/1.1
Host: inscada.cloud
Accept: */*
{}
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/scripts/{scriptId}/cancel HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/scripts/schedule/by-project HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/scripts/run HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 135
{
"sessionId": "text",
"projectId": "text",
"compile": true,
"bindings": {
"ANY_ADDITIONAL_PROPERTY": {}
},
"name": "text",
"log": true,
"code": "text"
}
{}
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/scripts/run/by-project-and-name HTTP/1.1
Host: inscada.cloud
Accept: */*
{}
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/scripts/import HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 17
{
"file": "binary"
}
{}
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/scripts/cancel/by-project HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/scripts/call-api HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 67
{
"projectId": "text",
"sessionId": "text",
"args": [
{}
],
"method": "text"
}
{}
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
PATCH /api/scripts/{scriptId}/code HTTP/1.1
Host: inscada.cloud
Content-Type: text/plain
Accept: */*
Content-Length: 6
"text"
No content
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/scripts/{scriptId}/status HTTP/1.1
Host: inscada.cloud
Accept: */*
Scheduled
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/scripts/summary HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"lastModifiedDate": "2025-08-22T04:27:57.454Z",
"lastModifiedBy": "text",
"id": "text",
"dsc": "text",
"creationDate": "2025-08-22T04:27:57.454Z",
"log": true,
"createdBy": "text",
"name": "text",
"type": "Periodic",
"projectId": "text"
}
]
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/scripts/summary/by-project HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"lastModifiedDate": "2025-08-22T04:27:57.454Z",
"lastModifiedBy": "text",
"id": "text",
"dsc": "text",
"creationDate": "2025-08-22T04:27:57.454Z",
"log": true,
"createdBy": "text",
"name": "text",
"type": "Periodic",
"projectId": "text"
}
]
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/scripts/status/by-ids HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"ANY_ADDITIONAL_PROPERTY": "Scheduled"
}
false
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/scripts/export HTTP/1.1
Host: inscada.cloud
Accept: */*
{}
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/scripts/by-project HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-08-22T04:27:57.454Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-22T04:27:57.454Z",
"id": "text",
"time": "2025-08-22T04:27:57.454Z",
"dsc": "text",
"name": "text",
"projectId": "text",
"period": 1,
"log": true,
"delay": 1,
"offset": 1,
"type": "Periodic",
"code": "text",
"owner": "text"
}
]
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
DELETE /api/scripts/multi/by-ids HTTP/1.1
Host: inscada.cloud
Accept: */*
No content