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
/api/custom-query/influxdb/{customQueryId}GET /api/custom-query/influxdb/{customQueryId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
"creationDate": "2025-11-01T08:45:34.895Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-01T08:45:34.895Z",
"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
No content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
put
/api/custom-query/influxdb/{customQueryId}PUT /api/custom-query/influxdb/{customQueryId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
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
No content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
delete
/api/custom-query/influxdb/{customQueryId}DELETE /api/custom-query/influxdb/{customQueryId} 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-query/influxdbGET /api/custom-query/influxdb HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
{
"creationDate": "2025-11-01T08:45:34.895Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-01T08:45:34.895Z",
"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
/api/custom-query/influxdbPOST /api/custom-query/influxdb HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 77
{
"id": "text",
"projectId": "text",
"queryStr": "text",
"dsc": "text",
"name": "text"
}{
"creationDate": "2025-11-01T08:45:34.895Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-01T08:45:34.895Z",
"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
/api/custom-query/influxdb/importPOST /api/custom-query/influxdb/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-query/influxdb/exportGET /api/custom-query/influxdb/export HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{}delete
Authorizations
Query parameters
customQueryIdsstring[]Required
Responses
204
No Content
No content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
delete
/api/custom-query/influxdb/multi/by-idsDELETE /api/custom-query/influxdb/multi/by-ids?customQueryIds=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
No content
Last updated