Js Pdf Report Controller

get
Authorizations
Path parameters
jsPdfReportIdstringRequired
Responses
200
OK
*/*
get
GET /api/jspdf-reports/{jsPdfReportId} HTTP/1.1
Host: inscada.cloud
Accept: */*
{
  "creationDate": "2025-07-05T17:32:35.519Z",
  "lastModifiedBy": "text",
  "createdBy": "text",
  "lastModifiedDate": "2025-07-05T17:32:35.519Z",
  "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
put
PUT /api/jspdf-reports/{jsPdfReportId} HTTP/1.1
Host: inscada.cloud
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
delete
DELETE /api/jspdf-reports/{jsPdfReportId} HTTP/1.1
Host: inscada.cloud
Accept: */*

No content

get
Authorizations
Responses
200
OK
*/*
get
GET /api/jspdf-reports HTTP/1.1
Host: inscada.cloud
Accept: */*
[
  {
    "creationDate": "2025-07-05T17:32:35.519Z",
    "lastModifiedBy": "text",
    "createdBy": "text",
    "lastModifiedDate": "2025-07-05T17:32:35.519Z",
    "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
*/*
post
POST /api/jspdf-reports HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 75

{
  "id": "text",
  "name": "text",
  "projectId": "text",
  "script": "text",
  "dsc": "text"
}
{
  "creationDate": "2025-07-05T17:32:35.519Z",
  "lastModifiedBy": "text",
  "createdBy": "text",
  "lastModifiedDate": "2025-07-05T17:32:35.519Z",
  "id": "text",
  "name": "text",
  "projectId": "text",
  "script": "text",
  "dsc": "text"
}
post
Authorizations
Query parameters
Body
filestring · binaryRequired
Responses
200
OK
*/*
Responseobject
post
POST /api/jspdf-reports/import HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 17

{
  "file": "binary"
}
{}
get
Authorizations
Query parameters
projectIdstringOptional
includeIdsbooleanOptionalDefault: false
Responses
200
OK
*/*
Responseobject
get
GET /api/jspdf-reports/export HTTP/1.1
Host: inscada.cloud
Accept: */*
{}
get
Authorizations
Query parameters
projectIdstringRequired
Responses
200
OK
*/*
get
GET /api/jspdf-reports/by-project HTTP/1.1
Host: inscada.cloud
Accept: */*
[
  {
    "creationDate": "2025-07-05T17:32:35.519Z",
    "lastModifiedBy": "text",
    "createdBy": "text",
    "lastModifiedDate": "2025-07-05T17:32:35.519Z",
    "id": "text",
    "name": "text",
    "projectId": "text",
    "script": "text",
    "dsc": "text"
  }
]
get
Authorizations
Query parameters
projectIdstringRequired
namestringRequired
Responses
200
OK
*/*
get
GET /api/jspdf-reports/by-project-and-name HTTP/1.1
Host: inscada.cloud
Accept: */*
{
  "creationDate": "2025-07-05T17:32:35.519Z",
  "lastModifiedBy": "text",
  "createdBy": "text",
  "lastModifiedDate": "2025-07-05T17:32:35.519Z",
  "id": "text",
  "name": "text",
  "projectId": "text",
  "script": "text",
  "dsc": "text"
}
delete
Authorizations
Query parameters
jsPdfReportIdsstring[]Required
Responses
204
No Content
delete
DELETE /api/jspdf-reports/multi/by-ids HTTP/1.1
Host: inscada.cloud
Accept: */*

No content