Trend Controller
Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/trends/{trendId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
"creationDate": "2025-11-22T18:57:10.930Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T18:57:10.930Z",
"id": "text",
"period": 1,
"name": "text",
"dsc": "text",
"configs": "text",
"order": 1,
"projectId": "text"
}Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
PUT /api/trends/{trendId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 97
{
"id": "text",
"period": 1,
"name": "text",
"dsc": "text",
"configs": "text",
"order": 1,
"projectId": "text"
}No content
Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
DELETE /api/trends/{trendId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
No content
Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/trends/{trendId}/tags/{tagId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
"creationDate": "2025-11-22T18:57:10.930Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T18:57:10.930Z",
"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"
}Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
PUT /api/trends/{trendId}/tags/{tagId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
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
Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
DELETE /api/trends/{trendId}/tags/{tagId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
No content
Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/trends/date-options HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
textAccess token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
No content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
PUT /api/trends/date-options HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 6
"text"No content
Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/trends HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
{
"creationDate": "2025-11-22T18:57:10.930Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T18:57:10.930Z",
"id": "text",
"period": 1,
"name": "text",
"dsc": "text",
"configs": "text",
"order": 1,
"projectId": "text"
}
]Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/trends HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 97
{
"id": "text",
"period": 1,
"name": "text",
"dsc": "text",
"configs": "text",
"order": 1,
"projectId": "text"
}{
"creationDate": "2025-11-22T18:57:10.930Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T18:57:10.930Z",
"id": "text",
"period": 1,
"name": "text",
"dsc": "text",
"configs": "text",
"order": 1,
"projectId": "text"
}Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/trends/{trendId}/tags HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
{
"creationDate": "2025-11-22T18:57:10.930Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T18:57:10.930Z",
"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"
}
]Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/trends/{trendId}/tags HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
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-11-22T18:57:10.930Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T18:57:10.930Z",
"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"
}Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/trends/import HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 17
{
"file": "binary"
}{}Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
falseOK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/trends/export HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{}Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/trends/by-project?projectId=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
{
"creationDate": "2025-11-22T18:57:10.930Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T18:57:10.930Z",
"id": "text",
"period": 1,
"name": "text",
"dsc": "text",
"configs": "text",
"order": 1,
"projectId": "text"
}
]Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
DELETE /api/trends/tags/multi/by-ids?tagIds=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
No content
Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
DELETE /api/trends/multi/by-ids?trendIds=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
No content
Last updated