Js Pdf Report Controller
get
Authorizations
Path parameters
jsPdfReportIdstringRequired
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
/api/jspdf-reports/{jsPdfReportId}GET /api/jspdf-reports/{jsPdfReportId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
"creationDate": "2025-11-01T06:30:25.412Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-01T06:30:25.412Z",
"id": "text",
"name": "text",
"projectId": "text",
"script": "text",
"dsc": "text"
}put
Authorizations
Path parameters
jsPdfReportIdstringRequired
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
namestring · max: 100Required
projectIdstringOptional
scriptstringOptional
dscstring · max: 255Optional
Responses
204
No Content
No content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
put
/api/jspdf-reports/{jsPdfReportId}PUT /api/jspdf-reports/{jsPdfReportId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 75
{
"id": "text",
"name": "text",
"projectId": "text",
"script": "text",
"dsc": "text"
}No content
delete
Authorizations
Path parameters
jsPdfReportIdstringRequired
Responses
204
No Content
No content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
delete
/api/jspdf-reports/{jsPdfReportId}DELETE /api/jspdf-reports/{jsPdfReportId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
No content
get
Authorizations
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
/api/jspdf-reportsGET /api/jspdf-reports HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
{
"creationDate": "2025-11-01T06:30:25.412Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-01T06:30:25.412Z",
"id": "text",
"name": "text",
"projectId": "text",
"script": "text",
"dsc": "text"
}
]post
Authorizations
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
namestring · max: 100Required
projectIdstringOptional
scriptstringOptional
dscstring · max: 255Optional
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
post
/api/jspdf-reportsPOST /api/jspdf-reports HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 75
{
"id": "text",
"name": "text",
"projectId": "text",
"script": "text",
"dsc": "text"
}{
"creationDate": "2025-11-01T06:30:25.412Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-01T06:30:25.412Z",
"id": "text",
"name": "text",
"projectId": "text",
"script": "text",
"dsc": "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
/api/jspdf-reports/importPOST /api/jspdf-reports/import HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 17
{
"file": "binary"
}{}get
Authorizations
Query parameters
projectIdstringOptional
includeIdsbooleanOptionalDefault:
falseResponses
200
OK
*/*
Responseobject
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
/api/jspdf-reports/exportGET /api/jspdf-reports/export HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{}get
Authorizations
Query parameters
projectIdstringRequired
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
/api/jspdf-reports/by-projectGET /api/jspdf-reports/by-project?projectId=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
{
"creationDate": "2025-11-01T06:30:25.412Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-01T06:30:25.412Z",
"id": "text",
"name": "text",
"projectId": "text",
"script": "text",
"dsc": "text"
}
]get
Authorizations
Query parameters
projectIdstringRequired
namestringRequired
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
/api/jspdf-reports/by-project-and-nameGET /api/jspdf-reports/by-project-and-name?projectId=text&name=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
"creationDate": "2025-11-01T06:30:25.412Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-01T06:30:25.412Z",
"id": "text",
"name": "text",
"projectId": "text",
"script": "text",
"dsc": "text"
}delete
Authorizations
Query parameters
jsPdfReportIdsstring[]Required
Responses
204
No Content
No content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
delete
/api/jspdf-reports/multi/by-idsDELETE /api/jspdf-reports/multi/by-ids?jsPdfReportIds=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
No content
Last updated