Jasper Report Controller

get
Authorizations
Path parameters
jasperReportIdstringRequired
Responses
200
OK
*/*
get
GET /api/jasper-reports/{jasperReportId} HTTP/1.1
Host: inscada.cloud
Accept: */*
{
  "creationDate": "2025-07-05T20:37:30.861Z",
  "lastModifiedBy": "text",
  "createdBy": "text",
  "lastModifiedDate": "2025-07-05T20:37:30.861Z",
  "id": "text",
  "templateFile": "text",
  "datasource": "text",
  "dsc": "text",
  "parameters": "text",
  "projectId": "text",
  "subreports": "text",
  "name": "text"
}
put
Authorizations
Path parameters
jasperReportIdstringRequired
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
templateFilestringRequired
datasourcestringOptional
dscstring · max: 255Optional
parametersstringOptional
projectIdstringOptional
subreportsstringOptional
namestring · max: 100Required
Responses
204
No Content
put
PUT /api/jasper-reports/{jasperReportId} HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 141

{
  "id": "text",
  "templateFile": "text",
  "datasource": "text",
  "dsc": "text",
  "parameters": "text",
  "projectId": "text",
  "subreports": "text",
  "name": "text"
}

No content

delete
Authorizations
Path parameters
jasperReportIdstringRequired
Responses
204
No Content
delete
DELETE /api/jasper-reports/{jasperReportId} HTTP/1.1
Host: inscada.cloud
Accept: */*

No content

get
Authorizations
Responses
200
OK
*/*
get
GET /api/jasper-reports HTTP/1.1
Host: inscada.cloud
Accept: */*
[
  {
    "creationDate": "2025-07-05T20:37:30.861Z",
    "lastModifiedBy": "text",
    "createdBy": "text",
    "lastModifiedDate": "2025-07-05T20:37:30.861Z",
    "id": "text",
    "templateFile": "text",
    "datasource": "text",
    "dsc": "text",
    "parameters": "text",
    "projectId": "text",
    "subreports": "text",
    "name": "text"
  }
]
post
Authorizations
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
templateFilestringRequired
datasourcestringOptional
dscstring · max: 255Optional
parametersstringOptional
projectIdstringOptional
subreportsstringOptional
namestring · max: 100Required
Responses
200
OK
*/*
post
POST /api/jasper-reports HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 141

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

{
  "file": "binary"
}
{}
get
Authorizations
Path parameters
jasperReportIdstringRequired
Responses
200
OK
*/*
Responsestring · byte
get
GET /api/jasper-reports/{jasperReportId}/preview HTTP/1.1
Host: inscada.cloud
Accept: */*
Ynl0ZXM=
get
Authorizations
Path parameters
jasperReportIdstringRequired
Responses
200
OK
*/*
Responsestring · byte
get
GET /api/jasper-reports/{jasperReportId}/preview/excel HTTP/1.1
Host: inscada.cloud
Accept: */*
Ynl0ZXM=
get
Authorizations
Query parameters
projectIdstringOptional
includeIdsbooleanOptionalDefault: false
Responses
200
OK
*/*
Responseobject
get
GET /api/jasper-reports/export HTTP/1.1
Host: inscada.cloud
Accept: */*
{}
get
Authorizations
Query parameters
projectIdstringRequired
Responses
200
OK
*/*
get
GET /api/jasper-reports/by-project HTTP/1.1
Host: inscada.cloud
Accept: */*
[
  {
    "creationDate": "2025-07-05T20:37:30.861Z",
    "lastModifiedBy": "text",
    "createdBy": "text",
    "lastModifiedDate": "2025-07-05T20:37:30.861Z",
    "id": "text",
    "templateFile": "text",
    "datasource": "text",
    "dsc": "text",
    "parameters": "text",
    "projectId": "text",
    "subreports": "text",
    "name": "text"
  }
]
get
Authorizations
Query parameters
projectIdstringRequired
namestringRequired
Responses
200
OK
*/*
get
GET /api/jasper-reports/by-project-and-name HTTP/1.1
Host: inscada.cloud
Accept: */*
{
  "creationDate": "2025-07-05T20:37:30.861Z",
  "lastModifiedBy": "text",
  "createdBy": "text",
  "lastModifiedDate": "2025-07-05T20:37:30.861Z",
  "id": "text",
  "templateFile": "text",
  "datasource": "text",
  "dsc": "text",
  "parameters": "text",
  "projectId": "text",
  "subreports": "text",
  "name": "text"
}
delete
Authorizations
Query parameters
jasperReportIdsstring[]Required
Responses
204
No Content
delete
DELETE /api/jasper-reports/multi/by-ids HTTP/1.1
Host: inscada.cloud
Accept: */*

No content