Trend Controller

Authorizations
Path parameters
trendIdstringRequired
Responses
200
OK
*/*
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"
}
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
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

Authorizations
Path parameters
trendIdstringRequired
Responses
204
No Content
delete
DELETE /api/trends/{trendId} HTTP/1.1
Host: inscada.cloud
Accept: */*

No content

Authorizations
Path parameters
trendIdstringRequired
tagIdstringRequired
Responses
200
OK
*/*
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"
}
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
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

Authorizations
Path parameters
trendIdstringRequired
tagIdstringRequired
Responses
204
No Content
delete
DELETE /api/trends/{trendId}/tags/{tagId} HTTP/1.1
Host: inscada.cloud
Accept: */*

No content

Authorizations
Responses
200
OK
*/*
Responsestring
get
GET /api/trends/date-options HTTP/1.1
Host: inscada.cloud
Accept: */*
text
Authorizations
Body
stringOptional
Responses
200
OK
put
PUT /api/trends/date-options HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 6

"text"

No content

Authorizations
Responses
200
OK
*/*
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
*/*
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"
}
Authorizations
Path parameters
trendIdstringRequired
Responses
200
OK
*/*
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
*/*
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
post
POST /api/trends/import HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 17

{
  "file": "binary"
}
{}
Authorizations
Query parameters
projectIdstringOptional
includeIdsbooleanOptionalDefault: false
Responses
200
OK
*/*
Responseobject
get
GET /api/trends/export HTTP/1.1
Host: inscada.cloud
Accept: */*
{}
Authorizations
Query parameters
projectIdstringRequired
Responses
200
OK
*/*
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"
  }
]
Authorizations
Query parameters
tagIdsstring[]Required
Responses
204
No Content
delete
DELETE /api/trends/tags/multi/by-ids HTTP/1.1
Host: inscada.cloud
Accept: */*

No content

Authorizations
Query parameters
trendIdsstring[]Required
Responses
204
No Content
delete
DELETE /api/trends/multi/by-ids HTTP/1.1
Host: inscada.cloud
Accept: */*

No content