[]
        
(Showing Draft Content)

Reports

Reports

[GET] /api/reporting/reports/{reportId}/info

Parameters

Name In Type
reportIdRequired path string

Responses

[200] Success

[POST] /api/reporting/reports/{reportId}/info

Parameters

Name In Type
reportIdRequired path string

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

InfoPayload

Responses

[200] Success

[POST] /api/reporting/reports/{reportId}/values

Parameters

Name In Type
reportIdRequired path string

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

ParameterValidationRequest

Responses

[200] Success

[POST] /api/reporting/reports/{reportId}/values2

Parameters

Name In Type
reportIdRequired path string

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

ParameterValidationRequest2

Responses

[200] Success

[POST] /api/reporting/reports/{reportId}/filenameTemplateParts

Parameters

Name In Type
reportIdRequired path string

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

FilenameTemplatePartsPayload

Responses

[200] Success

[POST] /api/reporting/reports/{reportId}/commands

Parameters

Name In Type
reportIdRequired path string

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

ReportCommands

Responses

[200] Success

[GET] /api/reporting/reports/{reportId}/embedded/download

Parameters

Name In Type
reportIdRequired path string

Responses

[200] Success

[GET] /api/reporting/reports/{reportId}/download

Parameters

Name In Type
reportIdRequired path string

Responses

[200] Success

[GET] /api/reporting/settings

Responses

[200] Success

Models

Ƭ InfoPayload

Name Type
skipParameterValuesNullable Boolean

Ƭ ParameterValidationRequest

Name Type
valuesNullable Array
requestNullable Array<string>
allowedClaimsNullable string

Ƭ ParameterValidationRequest2

Name Type
valuesNullable Array
requestNullable QueryFields
allowedClaimsNullable string

Ƭ FilenameTemplatePartsPayload

Name Type
filenameTemplatePartsNullable Array<string>

Ƭ ReportCommands

Name Type
commandsNullable Array<string>