Custom Sql Datasource Controller
get
Authorizations
Path parameters
customDatasourceIdstringRequired
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
/api/custom-datasource/sql/{customDatasourceId}GET /api/custom-datasource/sql/{customDatasourceId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
  "creationDate": "2025-10-31T22:30:19.108Z",
  "lastModifiedBy": "text",
  "createdBy": "text",
  "lastModifiedDate": "2025-10-31T22:30:19.108Z",
  "id": "text",
  "password": "text",
  "url": "text",
  "isDefault": true,
  "dsc": "text",
  "name": "text",
  "username": "text",
  "projectId": "text"
}put
Authorizations
Path parameters
customDatasourceIdstringRequired
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
passwordstringOptional
urlstringRequired
isDefaultbooleanRequired
dscstring · max: 255Optional
namestring · max: 100Required
usernamestringOptional
projectIdstringOptional
Responses
204
No Content
No content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
put
/api/custom-datasource/sql/{customDatasourceId}PUT /api/custom-datasource/sql/{customDatasourceId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 125
{
  "id": "text",
  "password": "text",
  "url": "text",
  "isDefault": true,
  "dsc": "text",
  "name": "text",
  "username": "text",
  "projectId": "text"
}No content
delete
Authorizations
Path parameters
customDatasourceIdstringRequired
Responses
204
No Content
No content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
delete
/api/custom-datasource/sql/{customDatasourceId}DELETE /api/custom-datasource/sql/{customDatasourceId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
No content
get
Authorizations
Query parameters
projectIdstringOptional
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
/api/custom-datasource/sqlGET /api/custom-datasource/sql HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
  {
    "creationDate": "2025-10-31T22:30:19.108Z",
    "lastModifiedBy": "text",
    "createdBy": "text",
    "lastModifiedDate": "2025-10-31T22:30:19.108Z",
    "id": "text",
    "password": "text",
    "url": "text",
    "isDefault": true,
    "dsc": "text",
    "name": "text",
    "username": "text",
    "projectId": "text"
  }
]post
Authorizations
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
passwordstringOptional
urlstringRequired
isDefaultbooleanRequired
dscstring · max: 255Optional
namestring · max: 100Required
usernamestringOptional
projectIdstringOptional
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
post
/api/custom-datasource/sqlPOST /api/custom-datasource/sql HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 125
{
  "id": "text",
  "password": "text",
  "url": "text",
  "isDefault": true,
  "dsc": "text",
  "name": "text",
  "username": "text",
  "projectId": "text"
}{
  "creationDate": "2025-10-31T22:30:19.108Z",
  "lastModifiedBy": "text",
  "createdBy": "text",
  "lastModifiedDate": "2025-10-31T22:30:19.108Z",
  "id": "text",
  "password": "text",
  "url": "text",
  "isDefault": true,
  "dsc": "text",
  "name": "text",
  "username": "text",
  "projectId": "text"
}post
Authorizations
Query parameters
Body
filestring · binaryRequired
Responses
200
OK
*/*
Responseobject
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
post
/api/custom-datasource/sql/importPOST /api/custom-datasource/sql/import HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 17
{
  "file": "binary"
}{}get
Authorizations
Query parameters
projectIdstringOptional
includeIdsbooleanOptionalDefault: 
falseResponses
200
OK
*/*
Responseobject
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
/api/custom-datasource/sql/exportGET /api/custom-datasource/sql/export HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{}delete
Authorizations
Query parameters
customDatasourceIdsstring[]Required
Responses
204
No Content
No content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
delete
/api/custom-datasource/sql/multi/by-idsDELETE /api/custom-datasource/sql/multi/by-ids?customDatasourceIds=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
No content
Last updated
