Faceplate 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/faceplates/{faceplateId} 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",
"dsc": "text",
"projectId": "text",
"faceplateElements": [
{
"creationDate": "2025-11-22T18:57:10.930Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T18:57:10.930Z",
"id": "text",
"type": "Bar",
"name": "text",
"expression": "text",
"props": "text",
"faceplateId": "text",
"domId": "text",
"expressionType": "EXPRESSION"
}
],
"color": "text",
"name": "text",
"svgContent": "text",
"faceplatePlaceholders": [
{
"creationDate": "2025-11-22T18:57:10.930Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T18:57:10.930Z",
"id": "text",
"props": "text",
"type": "number",
"name": "text",
"group": "text",
"faceplateId": "text",
"order": 1,
"dsc": "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/faceplates/{faceplateId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 402
{
"id": "text",
"dsc": "text",
"projectId": "text",
"faceplateElements": [
{
"id": "text",
"type": "Bar",
"name": "text",
"expression": "text",
"props": "text",
"faceplateId": "text",
"domId": "text",
"expressionType": "EXPRESSION"
}
],
"color": "text",
"name": "text",
"svgContent": "text",
"faceplatePlaceholders": [
{
"id": "text",
"props": "text",
"type": "number",
"name": "text",
"group": "text",
"faceplateId": "text",
"order": 1,
"dsc": "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/faceplates/{faceplateId} 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/faceplates/{faceplateId}/svg HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
binaryAccess 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/faceplates/{faceplateId}/svg HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: text/plain
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/faceplates/{faceplateId}/placeholders/{placeholderId} 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",
"props": "text",
"type": "number",
"name": "text",
"group": "text",
"faceplateId": "text",
"order": 1,
"dsc": "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/faceplates/{faceplateId}/placeholders/{placeholderId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 117
{
"id": "text",
"props": "text",
"type": "number",
"name": "text",
"group": "text",
"faceplateId": "text",
"order": 1,
"dsc": "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/faceplates/{faceplateId}/placeholders/{placeholderId} 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/faceplates/{faceplateId}/elements/{elementId} 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",
"type": "Bar",
"name": "text",
"expression": "text",
"props": "text",
"faceplateId": "text",
"domId": "text",
"expressionType": "EXPRESSION"
}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/faceplates/{faceplateId}/elements/{elementId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 141
{
"id": "text",
"type": "Bar",
"name": "text",
"expression": "text",
"props": "text",
"faceplateId": "text",
"domId": "text",
"expressionType": "EXPRESSION"
}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/faceplates/{faceplateId}/elements/{elementId} 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/faceplates 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",
"dsc": "text",
"projectId": "text",
"faceplateElements": [
{
"creationDate": "2025-11-22T18:57:10.930Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T18:57:10.930Z",
"id": "text",
"type": "Bar",
"name": "text",
"expression": "text",
"props": "text",
"faceplateId": "text",
"domId": "text",
"expressionType": "EXPRESSION"
}
],
"color": "text",
"name": "text",
"svgContent": "text",
"faceplatePlaceholders": [
{
"creationDate": "2025-11-22T18:57:10.930Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T18:57:10.930Z",
"id": "text",
"props": "text",
"type": "number",
"name": "text",
"group": "text",
"faceplateId": "text",
"order": 1,
"dsc": "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/faceplates HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 402
{
"id": "text",
"dsc": "text",
"projectId": "text",
"faceplateElements": [
{
"id": "text",
"type": "Bar",
"name": "text",
"expression": "text",
"props": "text",
"faceplateId": "text",
"domId": "text",
"expressionType": "EXPRESSION"
}
],
"color": "text",
"name": "text",
"svgContent": "text",
"faceplatePlaceholders": [
{
"id": "text",
"props": "text",
"type": "number",
"name": "text",
"group": "text",
"faceplateId": "text",
"order": 1,
"dsc": "text"
}
]
}{
"creationDate": "2025-11-22T18:57:10.930Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T18:57:10.930Z",
"id": "text",
"dsc": "text",
"projectId": "text",
"faceplateElements": [
{
"creationDate": "2025-11-22T18:57:10.930Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T18:57:10.930Z",
"id": "text",
"type": "Bar",
"name": "text",
"expression": "text",
"props": "text",
"faceplateId": "text",
"domId": "text",
"expressionType": "EXPRESSION"
}
],
"color": "text",
"name": "text",
"svgContent": "text",
"faceplatePlaceholders": [
{
"creationDate": "2025-11-22T18:57:10.930Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T18:57:10.930Z",
"id": "text",
"props": "text",
"type": "number",
"name": "text",
"group": "text",
"faceplateId": "text",
"order": 1,
"dsc": "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/faceplates/{faceplateId}/placeholders 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",
"props": "text",
"type": "number",
"name": "text",
"group": "text",
"faceplateId": "text",
"order": 1,
"dsc": "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/faceplates/{faceplateId}/placeholders HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 117
{
"id": "text",
"props": "text",
"type": "number",
"name": "text",
"group": "text",
"faceplateId": "text",
"order": 1,
"dsc": "text"
}{
"creationDate": "2025-11-22T18:57:10.930Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T18:57:10.930Z",
"id": "text",
"props": "text",
"type": "number",
"name": "text",
"group": "text",
"faceplateId": "text",
"order": 1,
"dsc": "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/faceplates/{faceplateId}/elements 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",
"type": "Bar",
"name": "text",
"expression": "text",
"props": "text",
"faceplateId": "text",
"domId": "text",
"expressionType": "EXPRESSION"
}
]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/faceplates/{faceplateId}/elements HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 141
{
"id": "text",
"type": "Bar",
"name": "text",
"expression": "text",
"props": "text",
"faceplateId": "text",
"domId": "text",
"expressionType": "EXPRESSION"
}{
"creationDate": "2025-11-22T18:57:10.930Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T18:57:10.930Z",
"id": "text",
"type": "Bar",
"name": "text",
"expression": "text",
"props": "text",
"faceplateId": "text",
"domId": "text",
"expressionType": "EXPRESSION"
}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/faceplates/{faceplateId}/clone?name=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",
"dsc": "text",
"projectId": "text",
"faceplateElements": [
{
"creationDate": "2025-11-22T18:57:10.930Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T18:57:10.930Z",
"id": "text",
"type": "Bar",
"name": "text",
"expression": "text",
"props": "text",
"faceplateId": "text",
"domId": "text",
"expressionType": "EXPRESSION"
}
],
"color": "text",
"name": "text",
"svgContent": "text",
"faceplatePlaceholders": [
{
"creationDate": "2025-11-22T18:57:10.930Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T18:57:10.930Z",
"id": "text",
"props": "text",
"type": "number",
"name": "text",
"group": "text",
"faceplateId": "text",
"order": 1,
"dsc": "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/faceplates/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/faceplates/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/faceplates/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",
"dsc": "text",
"projectId": "text",
"faceplateElements": [
{
"creationDate": "2025-11-22T18:57:10.930Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T18:57:10.930Z",
"id": "text",
"type": "Bar",
"name": "text",
"expression": "text",
"props": "text",
"faceplateId": "text",
"domId": "text",
"expressionType": "EXPRESSION"
}
],
"color": "text",
"name": "text",
"svgContent": "text",
"faceplatePlaceholders": [
{
"creationDate": "2025-11-22T18:57:10.930Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T18:57:10.930Z",
"id": "text",
"props": "text",
"type": "number",
"name": "text",
"group": "text",
"faceplateId": "text",
"order": 1,
"dsc": "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/faceplates/by-project-and-names?projectId=text&names=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",
"dsc": "text",
"projectId": "text",
"faceplateElements": [
{
"creationDate": "2025-11-22T18:57:10.930Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T18:57:10.930Z",
"id": "text",
"type": "Bar",
"name": "text",
"expression": "text",
"props": "text",
"faceplateId": "text",
"domId": "text",
"expressionType": "EXPRESSION"
}
],
"color": "text",
"name": "text",
"svgContent": "text",
"faceplatePlaceholders": [
{
"creationDate": "2025-11-22T18:57:10.930Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T18:57:10.930Z",
"id": "text",
"props": "text",
"type": "number",
"name": "text",
"group": "text",
"faceplateId": "text",
"order": 1,
"dsc": "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/faceplates/{faceplateId}/elements/multi/by-ids?elementIds=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
No content
Last updated