Fatek Connection Controller

get
Authorizations
Path parameters
connectionIdstringRequired
Responses
200
OK
*/*
get
GET /api/protocols/fatek/connections/{connectionId} 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",
  "projectId": "text",
  "name": "text",
  "protocol": "Modbus TCP",
  "ip": "text",
  "dsc": "text",
  "port": 1,
  "timeoutInMs": 1,
  "owner": "text"
}
put
Authorizations
Path parameters
connectionIdstringRequired
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
projectIdstringOptional
namestring · max: 100Required
protocolstring · enumRequiredPossible values:
ipstring · max: 50Required
dscstring · max: 255Optional
portinteger · int32 · max: 65535Required
timeoutInMsinteger · int32 · min: 50Optional
ownerstringOptional
Responses
204
No Content
put
PUT /api/protocols/fatek/connections/{connectionId} HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 135

{
  "id": "text",
  "projectId": "text",
  "name": "text",
  "protocol": "Modbus TCP",
  "ip": "text",
  "dsc": "text",
  "port": 1,
  "timeoutInMs": 1,
  "owner": "text"
}

No content

delete
Authorizations
Path parameters
connectionIdstringRequired
Responses
204
No Content
delete
DELETE /api/protocols/fatek/connections/{connectionId} HTTP/1.1
Host: inscada.cloud
Accept: */*

No content

get
Authorizations
Path parameters
connectionIdstringRequired
deviceIdstringRequired
Responses
200
OK
*/*
get
GET /api/protocols/fatek/connections/{connectionId}/devices/{deviceId} 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",
  "dsc": "text",
  "name": "text",
  "connectionId": "text",
  "scanTime": 1,
  "stationAddress": 1,
  "scanType": "Periodic"
}
put
Authorizations
Path parameters
connectionIdstringRequired
deviceIdstringRequired
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
dscstring · max: 255Optional
namestring · max: 100Required
connectionIdstringOptional
scanTimeinteger · int32 · min: 1Required
stationAddressinteger · int32Required
scanTypestring · enumRequiredPossible values:
Responses
204
No Content
put
PUT /api/protocols/fatek/connections/{connectionId}/devices/{deviceId} HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 116

{
  "id": "text",
  "dsc": "text",
  "name": "text",
  "connectionId": "text",
  "scanTime": 1,
  "stationAddress": 1,
  "scanType": "Periodic"
}

No content

delete
Authorizations
Path parameters
connectionIdstringRequired
deviceIdstringRequired
Responses
204
No Content
delete
DELETE /api/protocols/fatek/connections/{connectionId}/devices/{deviceId} HTTP/1.1
Host: inscada.cloud
Accept: */*

No content

get
Authorizations
Path parameters
connectionIdstringRequired
deviceIdstringRequired
frameIdstringRequired
Responses
200
OK
*/*
get
GET /api/protocols/fatek/connections/{connectionId}/devices/{deviceId}/frames/{frameId} 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",
  "isWritable": true,
  "name": "text",
  "minutesOffset": 1,
  "isReadable": true,
  "dsc": "text",
  "scanTimeFactor": 1,
  "deviceId": "text",
  "startAddress": 1,
  "type": "X",
  "quantity": 1
}
put
Authorizations
Path parameters
connectionIdstringRequired
deviceIdstringRequired
frameIdstringRequired
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
isWritablebooleanRequired
namestring · max: 100Required
minutesOffsetinteger · int32Optional
isReadablebooleanRequired
dscstring · max: 255Optional
scanTimeFactorinteger · int32Optional
deviceIdstringOptional
startAddressinteger · int32Required
typestring · enumRequiredPossible values:
quantityinteger · int32 · min: 1Required
Responses
204
No Content
put
PUT /api/protocols/fatek/connections/{connectionId}/devices/{deviceId}/frames/{frameId} HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 172

{
  "id": "text",
  "isWritable": true,
  "name": "text",
  "minutesOffset": 1,
  "isReadable": true,
  "dsc": "text",
  "scanTimeFactor": 1,
  "deviceId": "text",
  "startAddress": 1,
  "type": "X",
  "quantity": 1
}

No content

delete
Authorizations
Path parameters
connectionIdstringRequired
deviceIdstringRequired
frameIdstringRequired
Responses
204
No Content
delete
DELETE /api/protocols/fatek/connections/{connectionId}/devices/{deviceId}/frames/{frameId} HTTP/1.1
Host: inscada.cloud
Accept: */*

No content

get
Authorizations
Responses
200
OK
*/*
get
GET /api/protocols/fatek/connections 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",
    "projectId": "text",
    "name": "text",
    "protocol": "Modbus TCP",
    "ip": "text",
    "dsc": "text",
    "port": 1,
    "timeoutInMs": 1,
    "owner": "text"
  }
]
post
Authorizations
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
projectIdstringOptional
namestring · max: 100Required
protocolstring · enumRequiredPossible values:
ipstring · max: 50Required
dscstring · max: 255Optional
portinteger · int32 · max: 65535Required
timeoutInMsinteger · int32 · min: 50Optional
ownerstringOptional
Responses
200
OK
*/*
post
POST /api/protocols/fatek/connections HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 135

{
  "id": "text",
  "projectId": "text",
  "name": "text",
  "protocol": "Modbus TCP",
  "ip": "text",
  "dsc": "text",
  "port": 1,
  "timeoutInMs": 1,
  "owner": "text"
}
{
  "creationDate": "2025-07-05T17:08:56.469Z",
  "lastModifiedBy": "text",
  "createdBy": "text",
  "lastModifiedDate": "2025-07-05T17:08:56.469Z",
  "id": "text",
  "projectId": "text",
  "name": "text",
  "protocol": "Modbus TCP",
  "ip": "text",
  "dsc": "text",
  "port": 1,
  "timeoutInMs": 1,
  "owner": "text"
}
get
Authorizations
Path parameters
connectionIdstringRequired
Responses
200
OK
*/*
get
GET /api/protocols/fatek/connections/{connectionId}/devices 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",
    "dsc": "text",
    "name": "text",
    "connectionId": "text",
    "scanTime": 1,
    "stationAddress": 1,
    "scanType": "Periodic"
  }
]
post
Authorizations
Path parameters
connectionIdstringRequired
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
dscstring · max: 255Optional
namestring · max: 100Required
connectionIdstringOptional
scanTimeinteger · int32 · min: 1Required
stationAddressinteger · int32Required
scanTypestring · enumRequiredPossible values:
Responses
200
OK
*/*
post
POST /api/protocols/fatek/connections/{connectionId}/devices HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 116

{
  "id": "text",
  "dsc": "text",
  "name": "text",
  "connectionId": "text",
  "scanTime": 1,
  "stationAddress": 1,
  "scanType": "Periodic"
}
{
  "creationDate": "2025-07-05T17:08:56.469Z",
  "lastModifiedBy": "text",
  "createdBy": "text",
  "lastModifiedDate": "2025-07-05T17:08:56.469Z",
  "id": "text",
  "dsc": "text",
  "name": "text",
  "connectionId": "text",
  "scanTime": 1,
  "stationAddress": 1,
  "scanType": "Periodic"
}
get
Authorizations
Path parameters
connectionIdstringRequired
deviceIdstringRequired
Responses
200
OK
*/*
get
GET /api/protocols/fatek/connections/{connectionId}/devices/{deviceId}/frames 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",
    "isWritable": true,
    "name": "text",
    "minutesOffset": 1,
    "isReadable": true,
    "dsc": "text",
    "scanTimeFactor": 1,
    "deviceId": "text",
    "startAddress": 1,
    "type": "X",
    "quantity": 1
  }
]
post
Authorizations
Path parameters
connectionIdstringRequired
deviceIdstringRequired
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
isWritablebooleanRequired
namestring · max: 100Required
minutesOffsetinteger · int32Optional
isReadablebooleanRequired
dscstring · max: 255Optional
scanTimeFactorinteger · int32Optional
deviceIdstringOptional
startAddressinteger · int32Required
typestring · enumRequiredPossible values:
quantityinteger · int32 · min: 1Required
Responses
200
OK
*/*
post
POST /api/protocols/fatek/connections/{connectionId}/devices/{deviceId}/frames HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 172

{
  "id": "text",
  "isWritable": true,
  "name": "text",
  "minutesOffset": 1,
  "isReadable": true,
  "dsc": "text",
  "scanTimeFactor": 1,
  "deviceId": "text",
  "startAddress": 1,
  "type": "X",
  "quantity": 1
}
{
  "creationDate": "2025-07-05T17:08:56.469Z",
  "lastModifiedBy": "text",
  "createdBy": "text",
  "lastModifiedDate": "2025-07-05T17:08:56.469Z",
  "id": "text",
  "isWritable": true,
  "name": "text",
  "minutesOffset": 1,
  "isReadable": true,
  "dsc": "text",
  "scanTimeFactor": 1,
  "deviceId": "text",
  "startAddress": 1,
  "type": "X",
  "quantity": 1
}
post
Authorizations
Path parameters
connectionIdstringRequired
Body
prefixstringOptional
suffixstringOptional
deviceTemplateIdstringOptional
Responses
204
No Content
post
POST /api/protocols/fatek/connections/{connectionId}/devices/generate HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 59

{
  "prefix": "text",
  "suffix": "text",
  "deviceTemplateId": "text"
}

No content

get
Authorizations
Responses
200
OK
*/*
get
GET /api/protocols/fatek/connections/frames 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",
    "isWritable": true,
    "name": "text",
    "minutesOffset": 1,
    "isReadable": true,
    "dsc": "text",
    "scanTimeFactor": 1,
    "deviceId": "text",
    "startAddress": 1,
    "type": "X",
    "quantity": 1
  }
]
get
Authorizations
Query parameters
projectIdstringRequired
Responses
200
OK
*/*
get
GET /api/protocols/fatek/connections/frames/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",
    "isWritable": true,
    "name": "text",
    "minutesOffset": 1,
    "isReadable": true,
    "dsc": "text",
    "scanTimeFactor": 1,
    "deviceId": "text",
    "startAddress": 1,
    "type": "X",
    "quantity": 1
  }
]
get
Authorizations
Path parameters
frameIdstringRequired
Responses
200
OK
*/*
get
GET /api/protocols/fatek/connections/frame/{frameId} 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",
  "isWritable": true,
  "name": "text",
  "minutesOffset": 1,
  "isReadable": true,
  "dsc": "text",
  "scanTimeFactor": 1,
  "deviceId": "text",
  "startAddress": 1,
  "type": "X",
  "quantity": 1
}
get
Authorizations
Responses
200
OK
*/*
get
GET /api/protocols/fatek/connections/devices 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",
    "dsc": "text",
    "name": "text",
    "connectionId": "text",
    "scanTime": 1,
    "stationAddress": 1,
    "scanType": "Periodic"
  }
]
get
Authorizations
Query parameters
projectIdstringRequired
Responses
200
OK
*/*
get
GET /api/protocols/fatek/connections/devices/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",
    "dsc": "text",
    "name": "text",
    "connectionId": "text",
    "scanTime": 1,
    "stationAddress": 1,
    "scanType": "Periodic"
  }
]
get
Authorizations
Path parameters
deviceIdstringRequired
Responses
200
OK
*/*
get
GET /api/protocols/fatek/connections/device/{deviceId} 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",
  "dsc": "text",
  "name": "text",
  "connectionId": "text",
  "scanTime": 1,
  "stationAddress": 1,
  "scanType": "Periodic"
}
get
Authorizations
Query parameters
projectIdstringRequired
Responses
200
OK
*/*
get
GET /api/protocols/fatek/connections/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",
    "projectId": "text",
    "name": "text",
    "protocol": "Modbus TCP",
    "ip": "text",
    "dsc": "text",
    "port": 1,
    "timeoutInMs": 1,
    "owner": "text"
  }
]
delete
Authorizations
Query parameters
connectionIdsstring[]Required
Responses
204
No Content
delete
DELETE /api/protocols/fatek/connections/multi/by-ids HTTP/1.1
Host: inscada.cloud
Accept: */*

No content

delete
Authorizations
Query parameters
frameIdsstring[]Required
Responses
204
No Content
delete
DELETE /api/protocols/fatek/connections/frames/multi/by-ids HTTP/1.1
Host: inscada.cloud
Accept: */*

No content

delete
Authorizations
Query parameters
deviceIdsstring[]Required
Responses
204
No Content
delete
DELETE /api/protocols/fatek/connections/devices/multi/by-ids HTTP/1.1
Host: inscada.cloud
Accept: */*

No content