Animation 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/animations/{animationId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
"creationDate": "2025-11-22T23:42:24.568Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T23:42:24.568Z",
"id": "text",
"mainFlag": true,
"color": "text",
"dsc": "text",
"postAnimCode": "text",
"playOrder": 1,
"preAnimCode": "text",
"duration": 1,
"placeholders": "text",
"projectId": "text",
"name": "text",
"alignment": "text",
"animationScripts": [
{
"creationDate": "2025-11-22T23:42:24.568Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T23:42:24.568Z",
"id": "text",
"type": "pre",
"scriptId": "text",
"animationId": "text"
}
],
"svgContent": "text",
"configs": "text",
"animJoinId": "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/animations/{animationId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 345
{
"id": "text",
"mainFlag": true,
"color": "text",
"dsc": "text",
"postAnimCode": "text",
"playOrder": 1,
"preAnimCode": "text",
"duration": 1,
"placeholders": "text",
"projectId": "text",
"name": "text",
"alignment": "text",
"animationScripts": [
{
"id": "text",
"type": "pre",
"scriptId": "text",
"animationId": "text"
}
],
"svgContent": "text",
"configs": "text",
"animJoinId": "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/animations/{animationId} 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/animations/{animationId}/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/animations/{animationId}/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/animations/{animationId}/scripts/{scriptId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
"creationDate": "2025-11-22T23:42:24.568Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T23:42:24.568Z",
"id": "text",
"type": "pre",
"scriptId": "text",
"animationId": "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/animations/{animationId}/scripts/{scriptId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 65
{
"id": "text",
"type": "pre",
"scriptId": "text",
"animationId": "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/animations/{animationId}/scripts/{scriptId} 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
PUT /api/animations/{animationId}/placeholders 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/animations/{animationId}/elements/{elementId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
"creationDate": "2025-11-22T23:42:24.568Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T23:42:24.568Z",
"id": "text",
"dsc": "text",
"name": "text",
"animationId": "text",
"expressionType": "EXPRESSION",
"props": "text",
"status": true,
"expression": "text",
"type": "Bar",
"domId": "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/animations/{animationId}/elements/{elementId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 168
{
"id": "text",
"dsc": "text",
"name": "text",
"animationId": "text",
"expressionType": "EXPRESSION",
"props": "text",
"status": true,
"expression": "text",
"type": "Bar",
"domId": "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/animations/{animationId}/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/animations HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
{
"creationDate": "2025-11-22T23:42:24.568Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T23:42:24.568Z",
"id": "text",
"mainFlag": true,
"color": "text",
"dsc": "text",
"postAnimCode": "text",
"playOrder": 1,
"preAnimCode": "text",
"duration": 1,
"placeholders": "text",
"projectId": "text",
"name": "text",
"alignment": "text",
"animationScripts": [
{
"creationDate": "2025-11-22T23:42:24.568Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T23:42:24.568Z",
"id": "text",
"type": "pre",
"scriptId": "text",
"animationId": "text"
}
],
"svgContent": "text",
"configs": "text",
"animJoinId": "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/animations HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 345
{
"id": "text",
"mainFlag": true,
"color": "text",
"dsc": "text",
"postAnimCode": "text",
"playOrder": 1,
"preAnimCode": "text",
"duration": 1,
"placeholders": "text",
"projectId": "text",
"name": "text",
"alignment": "text",
"animationScripts": [
{
"id": "text",
"type": "pre",
"scriptId": "text",
"animationId": "text"
}
],
"svgContent": "text",
"configs": "text",
"animJoinId": "text"
}{
"creationDate": "2025-11-22T23:42:24.568Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T23:42:24.568Z",
"id": "text",
"mainFlag": true,
"color": "text",
"dsc": "text",
"postAnimCode": "text",
"playOrder": 1,
"preAnimCode": "text",
"duration": 1,
"placeholders": "text",
"projectId": "text",
"name": "text",
"alignment": "text",
"animationScripts": [
{
"creationDate": "2025-11-22T23:42:24.568Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T23:42:24.568Z",
"id": "text",
"type": "pre",
"scriptId": "text",
"animationId": "text"
}
],
"svgContent": "text",
"configs": "text",
"animJoinId": "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/animations/{animationId}/scripts HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
{
"creationDate": "2025-11-22T23:42:24.568Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T23:42:24.568Z",
"id": "text",
"type": "pre",
"scriptId": "text",
"animationId": "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/animations/{animationId}/scripts HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 65
{
"id": "text",
"type": "pre",
"scriptId": "text",
"animationId": "text"
}{
"creationDate": "2025-11-22T23:42:24.568Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T23:42:24.568Z",
"id": "text",
"type": "pre",
"scriptId": "text",
"animationId": "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/animations/{animationId}/elements HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
{
"creationDate": "2025-11-22T23:42:24.568Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T23:42:24.568Z",
"id": "text",
"dsc": "text",
"name": "text",
"animationId": "text",
"expressionType": "EXPRESSION",
"props": "text",
"status": true,
"expression": "text",
"type": "Bar",
"domId": "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/animations/{animationId}/elements HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 168
{
"id": "text",
"dsc": "text",
"name": "text",
"animationId": "text",
"expressionType": "EXPRESSION",
"props": "text",
"status": true,
"expression": "text",
"type": "Bar",
"domId": "text"
}{
"creationDate": "2025-11-22T23:42:24.568Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T23:42:24.568Z",
"id": "text",
"dsc": "text",
"name": "text",
"animationId": "text",
"expressionType": "EXPRESSION",
"props": "text",
"status": true,
"expression": "text",
"type": "Bar",
"domId": "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/animations/{animationId}/elements?elementIds=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
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/animations/{animationId}/clone?name=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
"creationDate": "2025-11-22T23:42:24.568Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T23:42:24.568Z",
"id": "text",
"mainFlag": true,
"color": "text",
"dsc": "text",
"postAnimCode": "text",
"playOrder": 1,
"preAnimCode": "text",
"duration": 1,
"placeholders": "text",
"projectId": "text",
"name": "text",
"alignment": "text",
"animationScripts": [
{
"creationDate": "2025-11-22T23:42:24.568Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T23:42:24.568Z",
"id": "text",
"type": "pre",
"scriptId": "text",
"animationId": "text"
}
],
"svgContent": "text",
"configs": "text",
"animJoinId": "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
No content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/animations/run-animation-script HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 235
{
"parameters": "text",
"lang": "text",
"animationId": "text",
"sendId": "text",
"animName": "text",
"script": {
"sessionId": "text",
"projectId": "text",
"compile": true,
"bindings": {
"ANY_ADDITIONAL_PROPERTY": {}
},
"name": "text",
"log": true,
"code": "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
POST /api/animations/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
OK
No content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/animations/eval-animation HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 146
{
"sessionId": "text",
"animName": "text",
"sendId": "text",
"lang": "text",
"parameters": "text",
"firstScan": true,
"animationId": "text",
"callbackId": "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/animations/{animationId}/elements/by-type?type=Bar HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
{
"creationDate": "2025-11-22T23:42:24.568Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T23:42:24.568Z",
"id": "text",
"dsc": "text",
"name": "text",
"animationId": "text",
"expressionType": "EXPRESSION",
"props": "text",
"status": true,
"expression": "text",
"type": "Bar",
"domId": "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
falseOK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/animations/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/animations/elements/by-name-and-type?name=text&type=Bar HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
"creationDate": "2025-11-22T23:42:24.568Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T23:42:24.568Z",
"id": "text",
"dsc": "text",
"name": "text",
"animationId": "text",
"expressionType": "EXPRESSION",
"props": "text",
"status": true,
"expression": "text",
"type": "Bar",
"domId": "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/animations/by-project?projectId=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
{
"creationDate": "2025-11-22T23:42:24.568Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T23:42:24.568Z",
"id": "text",
"mainFlag": true,
"color": "text",
"dsc": "text",
"postAnimCode": "text",
"playOrder": 1,
"preAnimCode": "text",
"duration": 1,
"placeholders": "text",
"projectId": "text",
"name": "text",
"alignment": "text",
"animationScripts": [
{
"creationDate": "2025-11-22T23:42:24.568Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T23:42:24.568Z",
"id": "text",
"type": "pre",
"scriptId": "text",
"animationId": "text"
}
],
"svgContent": "text",
"configs": "text",
"animJoinId": "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/animations/by-project-name-and-name?projectName=text&name=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
"creationDate": "2025-11-22T23:42:24.568Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T23:42:24.568Z",
"id": "text",
"mainFlag": true,
"color": "text",
"dsc": "text",
"postAnimCode": "text",
"playOrder": 1,
"preAnimCode": "text",
"duration": 1,
"placeholders": "text",
"projectId": "text",
"name": "text",
"alignment": "text",
"animationScripts": [
{
"creationDate": "2025-11-22T23:42:24.568Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T23:42:24.568Z",
"id": "text",
"type": "pre",
"scriptId": "text",
"animationId": "text"
}
],
"svgContent": "text",
"configs": "text",
"animJoinId": "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/animations/by-project-id-and-names?projectId=text&names=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
{
"creationDate": "2025-11-22T23:42:24.568Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T23:42:24.568Z",
"id": "text",
"mainFlag": true,
"color": "text",
"dsc": "text",
"postAnimCode": "text",
"playOrder": 1,
"preAnimCode": "text",
"duration": 1,
"placeholders": "text",
"projectId": "text",
"name": "text",
"alignment": "text",
"animationScripts": [
{
"creationDate": "2025-11-22T23:42:24.568Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T23:42:24.568Z",
"id": "text",
"type": "pre",
"scriptId": "text",
"animationId": "text"
}
],
"svgContent": "text",
"configs": "text",
"animJoinId": "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/animations/by-project-id-and-name?projectId=text&name=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
"creationDate": "2025-11-22T23:42:24.568Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T23:42:24.568Z",
"id": "text",
"mainFlag": true,
"color": "text",
"dsc": "text",
"postAnimCode": "text",
"playOrder": 1,
"preAnimCode": "text",
"duration": 1,
"placeholders": "text",
"projectId": "text",
"name": "text",
"alignment": "text",
"animationScripts": [
{
"creationDate": "2025-11-22T23:42:24.568Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T23:42:24.568Z",
"id": "text",
"type": "pre",
"scriptId": "text",
"animationId": "text"
}
],
"svgContent": "text",
"configs": "text",
"animJoinId": "text"
}Last updated