Custom Influx Db Query Controller
get
Authorizations
Path parameters
customQueryIdstringRequired
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/custom-query/influxdb/{customQueryId} HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"creationDate": "2025-07-05T20:20:37.236Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T20:20:37.236Z",
"id": "text",
"projectId": "text",
"queryStr": "text",
"dsc": "text",
"name": "text"
}
put
Authorizations
Path parameters
customQueryIdstringRequired
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
projectIdstringOptional
queryStrstringRequired
dscstring · max: 255Optional
namestring · max: 100Required
Responses
204
No Content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
put
PUT /api/custom-query/influxdb/{customQueryId} HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 77
{
"id": "text",
"projectId": "text",
"queryStr": "text",
"dsc": "text",
"name": "text"
}
No content
delete
Authorizations
Path parameters
customQueryIdstringRequired
Responses
204
No Content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
delete
DELETE /api/custom-query/influxdb/{customQueryId} HTTP/1.1
Host: inscada.cloud
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
GET /api/custom-query/influxdb HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-07-05T20:20:37.236Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T20:20:37.236Z",
"id": "text",
"projectId": "text",
"queryStr": "text",
"dsc": "text",
"name": "text"
}
]
post
Authorizations
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
projectIdstringOptional
queryStrstringRequired
dscstring · max: 255Optional
namestring · max: 100Required
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
post
POST /api/custom-query/influxdb HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 77
{
"id": "text",
"projectId": "text",
"queryStr": "text",
"dsc": "text",
"name": "text"
}
{
"creationDate": "2025-07-05T20:20:37.236Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T20:20:37.236Z",
"id": "text",
"projectId": "text",
"queryStr": "text",
"dsc": "text",
"name": "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
POST /api/custom-query/influxdb/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
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/custom-query/influxdb/export HTTP/1.1
Host: inscada.cloud
Accept: */*
{}
delete
Authorizations
Query parameters
customQueryIdsstring[]Required
Responses
204
No Content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
delete
DELETE /api/custom-query/influxdb/multi/by-ids HTTP/1.1
Host: inscada.cloud
Accept: */*
No content