Project Controller
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/projects/{projectId} HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"creationDate": "2025-08-21T22:34:08.570Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T22:34:08.570Z",
"id": "text",
"properties": "text",
"latitude": 1,
"longitude": 1,
"isActive": true,
"address": "text",
"contractHour": "text",
"dsc": "text",
"name": "text",
"icon": "text",
"contractDay": 1
}
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
PUT /api/projects/{projectId} HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 172
{
"id": "text",
"properties": "text",
"latitude": 1,
"longitude": 1,
"isActive": true,
"address": "text",
"contractHour": "text",
"dsc": "text",
"name": "text",
"icon": "text",
"contractDay": 1
}
No content
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
DELETE /api/projects/{projectId} HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/projects HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-08-21T22:34:08.570Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T22:34:08.570Z",
"id": "text",
"properties": "text",
"latitude": 1,
"longitude": 1,
"isActive": true,
"address": "text",
"contractHour": "text",
"dsc": "text",
"name": "text",
"icon": "text",
"contractDay": 1
}
]
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/projects HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 172
{
"id": "text",
"properties": "text",
"latitude": 1,
"longitude": 1,
"isActive": true,
"address": "text",
"contractHour": "text",
"dsc": "text",
"name": "text",
"icon": "text",
"contractDay": 1
}
{
"creationDate": "2025-08-21T22:34:08.570Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T22:34:08.570Z",
"id": "text",
"properties": "text",
"latitude": 1,
"longitude": 1,
"isActive": true,
"address": "text",
"contractHour": "text",
"dsc": "text",
"name": "text",
"icon": "text",
"contractDay": 1
}
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/projects/import HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 17
{
"file": "binary"
}
{}
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/projects/clone HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 289
{
"connections": [
{
"id": "text",
"protocol": "Modbus TCP",
"port": 1,
"name": "text",
"ip": "text",
"timeoutInMs": 1
}
],
"project": {
"id": "text",
"properties": "text",
"latitude": 1,
"longitude": 1,
"isActive": true,
"address": "text",
"contractHour": "text",
"dsc": "text",
"name": "text",
"icon": "text",
"contractDay": 1
}
}
{
"errors": [
"text"
],
"successCount": 1,
"failCount": 1
}
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
PATCH /api/projects/{projectId}/location HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 28
{
"longitude": 1,
"latitude": 1
}
No content
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/projects/{projectId}/status HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"alarmGroupStatuses": {
"ANY_ADDITIONAL_PROPERTY": "Active"
},
"scriptStatuses": {
"ANY_ADDITIONAL_PROPERTY": "Scheduled"
},
"dataTransferStatuses": {
"ANY_ADDITIONAL_PROPERTY": "Scheduled"
},
"connectionStatuses": {
"ANY_ADDITIONAL_PROPERTY": "Connected"
},
"reportStatuses": {
"ANY_ADDITIONAL_PROPERTY": "Scheduled"
}
}
false
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/projects/export HTTP/1.1
Host: inscada.cloud
Accept: */*
{}
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/projects/by-name HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"creationDate": "2025-08-21T22:34:08.570Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T22:34:08.570Z",
"id": "text",
"properties": "text",
"latitude": 1,
"longitude": 1,
"isActive": true,
"address": "text",
"contractHour": "text",
"dsc": "text",
"name": "text",
"icon": "text",
"contractDay": 1
}
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/projects/by-active HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-08-21T22:34:08.570Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T22:34:08.570Z",
"id": "text",
"properties": "text",
"latitude": 1,
"longitude": 1,
"isActive": true,
"address": "text",
"contractHour": "text",
"dsc": "text",
"name": "text",
"icon": "text",
"contractDay": 1
}
]