Trend Controller
get
Authorizations
Path parameters
trendIdstringRequired
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/trends/{trendId} HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"creationDate": "2025-07-05T19:11:12.200Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T19:11:12.200Z",
"id": "text",
"period": 1,
"name": "text",
"dsc": "text",
"configs": "text",
"order": 1,
"projectId": "text"
}
put
Authorizations
Path parameters
trendIdstringRequired
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
periodinteger · int32 · min: 1000Required
namestring · max: 100Required
dscstring · max: 255Optional
configsstringOptional
orderinteger · int32Optional
projectIdstringOptional
Responses
204
No Content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
put
PUT /api/trends/{trendId} HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 97
{
"id": "text",
"period": 1,
"name": "text",
"dsc": "text",
"configs": "text",
"order": 1,
"projectId": "text"
}
No content
delete
Authorizations
Path parameters
trendIdstringRequired
Responses
204
No Content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
delete
DELETE /api/trends/{trendId} HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
get
Authorizations
Path parameters
trendIdstringRequired
tagIdstringRequired
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/trends/{trendId}/tags/{tagId} HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"creationDate": "2025-07-05T19:11:12.200Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T19:11:12.200Z",
"id": "text",
"gridThickness": 1,
"name": "text",
"dsc": "text",
"variableId": "text",
"minScale": 1,
"maxScale": 1,
"thickness": 1,
"trendId": "text",
"hideValueAxe": true,
"color": "text",
"order": 1,
"status": true,
"variableName": "text",
"variableDecimalPoint": 1,
"variableUnit": "text"
}
put
Authorizations
Path parameters
trendIdstringRequired
tagIdstringRequired
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
gridThicknessnumber · doubleOptional
namestring · max: 100Required
dscstring · max: 255Optional
variableIdstringOptional
minScalenumber · doubleOptional
maxScalenumber · doubleOptional
thicknessinteger · int32 · min: 1Optional
trendIdstringOptional
hideValueAxebooleanOptional
colorstring · max: 7Optional
orderinteger · int32Optional
statusbooleanRequired
variableNamestringOptional
variableDecimalPointinteger · int32Optional
variableUnitstringOptional
Responses
204
No Content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
put
PUT /api/trends/{trendId}/tags/{tagId} HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 263
{
"id": "text",
"gridThickness": 1,
"name": "text",
"dsc": "text",
"variableId": "text",
"minScale": 1,
"maxScale": 1,
"thickness": 1,
"trendId": "text",
"hideValueAxe": true,
"color": "text",
"order": 1,
"status": true,
"variableName": "text",
"variableDecimalPoint": 1,
"variableUnit": "text"
}
No content
delete
Authorizations
Path parameters
trendIdstringRequired
tagIdstringRequired
Responses
204
No Content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
delete
DELETE /api/trends/{trendId}/tags/{tagId} HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
get
Authorizations
Responses
200
OK
*/*
Responsestring
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/trends/date-options HTTP/1.1
Host: inscada.cloud
Accept: */*
text
put
Authorizations
Body
stringOptional
Responses
200
OK
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
put
PUT /api/trends/date-options HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 6
"text"
No content
get
Authorizations
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/trends HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-07-05T19:11:12.200Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T19:11:12.200Z",
"id": "text",
"period": 1,
"name": "text",
"dsc": "text",
"configs": "text",
"order": 1,
"projectId": "text"
}
]
post
Authorizations
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
periodinteger · int32 · min: 1000Required
namestring · max: 100Required
dscstring · max: 255Optional
configsstringOptional
orderinteger · int32Optional
projectIdstringOptional
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
post
POST /api/trends HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 97
{
"id": "text",
"period": 1,
"name": "text",
"dsc": "text",
"configs": "text",
"order": 1,
"projectId": "text"
}
{
"creationDate": "2025-07-05T19:11:12.200Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T19:11:12.200Z",
"id": "text",
"period": 1,
"name": "text",
"dsc": "text",
"configs": "text",
"order": 1,
"projectId": "text"
}
get
Authorizations
Path parameters
trendIdstringRequired
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/trends/{trendId}/tags HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-07-05T19:11:12.200Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T19:11:12.200Z",
"id": "text",
"gridThickness": 1,
"name": "text",
"dsc": "text",
"variableId": "text",
"minScale": 1,
"maxScale": 1,
"thickness": 1,
"trendId": "text",
"hideValueAxe": true,
"color": "text",
"order": 1,
"status": true,
"variableName": "text",
"variableDecimalPoint": 1,
"variableUnit": "text"
}
]
post
Authorizations
Path parameters
trendIdstringRequired
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
gridThicknessnumber · doubleOptional
namestring · max: 100Required
dscstring · max: 255Optional
variableIdstringOptional
minScalenumber · doubleOptional
maxScalenumber · doubleOptional
thicknessinteger · int32 · min: 1Optional
trendIdstringOptional
hideValueAxebooleanOptional
colorstring · max: 7Optional
orderinteger · int32Optional
statusbooleanRequired
variableNamestringOptional
variableDecimalPointinteger · int32Optional
variableUnitstringOptional
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
post
POST /api/trends/{trendId}/tags HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 263
{
"id": "text",
"gridThickness": 1,
"name": "text",
"dsc": "text",
"variableId": "text",
"minScale": 1,
"maxScale": 1,
"thickness": 1,
"trendId": "text",
"hideValueAxe": true,
"color": "text",
"order": 1,
"status": true,
"variableName": "text",
"variableDecimalPoint": 1,
"variableUnit": "text"
}
{
"creationDate": "2025-07-05T19:11:12.200Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T19:11:12.200Z",
"id": "text",
"gridThickness": 1,
"name": "text",
"dsc": "text",
"variableId": "text",
"minScale": 1,
"maxScale": 1,
"thickness": 1,
"trendId": "text",
"hideValueAxe": true,
"color": "text",
"order": 1,
"status": true,
"variableName": "text",
"variableDecimalPoint": 1,
"variableUnit": "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/trends/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/trends/export HTTP/1.1
Host: inscada.cloud
Accept: */*
{}
get
Authorizations
Query parameters
projectIdstringRequired
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/trends/by-project HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-07-05T19:11:12.200Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T19:11:12.200Z",
"id": "text",
"period": 1,
"name": "text",
"dsc": "text",
"configs": "text",
"order": 1,
"projectId": "text"
}
]
delete
Authorizations
Query parameters
tagIdsstring[]Required
Responses
204
No Content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
delete
DELETE /api/trends/tags/multi/by-ids HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
delete
Authorizations
Query parameters
trendIdsstring[]Required
Responses
204
No Content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
delete
DELETE /api/trends/multi/by-ids HTTP/1.1
Host: inscada.cloud
Accept: */*
No content