Reports
Reports
[GET] /api/reporting/reports/{reportId}/info
Get information about the specified report.
Parameters
Name | Type | Located In | Description |
---|---|---|---|
reportIdRequired | string | path | The report id. |
Response
Status Code: 200
Success
[POST] /api/reporting/reports/{reportId}/info
Update information about the specified report.
Parameters
Name | Type | Located In | Description |
---|---|---|---|
reportIdRequired | string | path | The report id. |
Request Schema
Response
Status Code: 200
Success
[POST] /api/reporting/reports/{reportId}/values
Parameters
Name | Type | Located In | Description |
---|---|---|---|
reportIdRequired | string | path | The report id. |
Request Schema
Response
Status Code: 200
Success
[POST] /api/reporting/reports/{reportId}/values2
Parameters
Name | Type | Located In | Description |
---|---|---|---|
reportIdRequired | string | path | The report id. |
Request Schema
Response
Status Code: 200
Success
[GET] /api/reporting/reports/{reportId}/embedded/download
Download the specified embedded report.
Parameters
Name | Type | Located In | Description |
---|---|---|---|
reportIdRequired | string | path | The report id. |
Response
Status Code: 200
Success
[GET] /api/reporting/reports/{reportId}/download
Download the specified report.
Parameters
Name | Type | Located In | Description |
---|---|---|---|
reportIdRequired | string | path | The report id. |
Response
Status Code: 200
Success
[GET] /api/reporting/settings
Fetch the report-related settings.
Response
Status Code: 200
Success
Models
Ƭ InfoPayload
Name | Type | Description | Example |
---|---|---|---|
skipParameterValuesNullable | Boolean |
Ƭ ParameterValidationRequest
Name | Type | Description | Example |
---|---|---|---|
valuesNullable | Array |
||
requestNullable | Array<string> |
||
allowedClaimsNullable | string |
Ƭ ParameterValidationRequest2
Name | Type | Description | Example |
---|---|---|---|
valuesNullable | Array |
||
requestNullable | QueryFields | ||
allowedClaimsNullable | string |