DesignApi
DesignApi
[GET] /api/reporting/design/reports/{id}/{rev}
Parameters
Name | Type | Located In | Description |
---|---|---|---|
idRequired | string | path | The report id. |
revRequired | int32 | path | The report revision number. |
Response
Status Code: 200
Success
[GET] /api/reporting/design/templates/{id}/{rev}
Parameters
Name | Type | Located In | Description |
---|---|---|---|
idRequired | string | path | The report id. |
revRequired | int32 | path | The report revision number. |
Response
Status Code: 200
Success
[GET] /api/reporting/design/themes/{id}/{rev}
Parameters
Name | Type | Located In | Description |
---|---|---|---|
idRequired | string | path | The report id. |
revRequired | int32 | path | The report revision number. |
Response
Status Code: 200
Success
[GET] /api/reporting/design/images/{id}/{rev}
Parameters
Name | Type | Located In | Description |
---|---|---|---|
idRequired | string | path | The report id. |
revRequired | int32 | path | The report revision number. |
Response
Status Code: 200
Success
[PUT] /api/reporting/design/reports/{id}
Parameters
Name | Type | Located In | Description |
---|---|---|---|
idRequired | string | path | The report id. |
comment | string | query | Additional comments to be added to the report. |
Response
Status Code: 200
Success
[PUT] /api/reporting/design/templates/{id}
Parameters
Name | Type | Located In | Description |
---|---|---|---|
idRequired | string | path | The report id. |
comment | string | query | The additional comments to be added to the report. |
Response
Status Code: 200
Success
[POST] /api/reporting/design/reports
Parameters
Name | Type | Located In | Description |
---|---|---|---|
name | string | query | The report name. |
comment | string | query | The additional comments to be added to the report. |
Response
Status Code: 200
Success
[POST] /api/reporting/design/templates
Parameters
Name | Type | Located In | Description |
---|---|---|---|
name | string | query | The report name |
comment | string | query |
Response
Status Code: 200
Success
[POST] /api/reporting/design/tempreport
Parameters
Name | Type | Located In | Description |
---|---|---|---|
name | string | query | The report name. |
id | string | query | The report id. |
Request Schema
Response
Status Code: 200
Success
[GET] /api/reporting/info
Get report related information.
Response
Status Code: 200
Success
Models
Ƭ TempReportPayload
Name | Type | Description | Example |
---|---|---|---|
reportNullable | string | ||
metaNullable | string |