[]
        
(Showing Draft Content)

Session

Session

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

Parameters

Name In Type
snapshotOnly query boolean
reportIdRequired path string

Request Body

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

RenderPayload

Responses

[200] Success

[DELETE] /api/reporting/job/{sessionId}

Parameters

Name In Type
sessionIdRequired path string

Responses

[200] Success

[GET] /api/reporting/job/{sessionId}

Parameters

Name In Type
sessionIdRequired path string

Responses

[200] Success

[GET] /api/reporting/job/{sessionId}/result

Parameters

Name In Type
sessionIdRequired path string

Responses

[200] Success

[GET] /api/reporting/job/{sessionId}/error

Parameters

Name In Type
sessionIdRequired path string

Responses

[200] Success

[POST] /api/reporting/session/{sessionId}/renderview

Parameters

Name In Type
sessionIdRequired path string

Request Body

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

RenderSnapshotPayload

Responses

[200] Success

[POST] /api/reporting/session/{sessionId}/export/{extensionName}

Parameters

Name In Type
sessionIdRequired path string
extensionNameRequired path string

Request Body

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

ExportSnapshotPayload

Responses

[200] Success

[POST] /api/reporting/view/{sessionId}/export/{extensionName}

Parameters

Name In Type
sessionIdRequired path string
extensionNameRequired path string

Request Body

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

ExportSnapshotPayload

Responses

[200] Success

[POST] /api/reporting/session/{sessionId}/exportTemplate/{exportSettingTemplateId}/{overrideExportSettings}

Parameters

Name In Type
sessionIdRequired path string
exportSettingTemplateIdRequired path string
overrideExportSettings query boolean

Request Body

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

ExportSnapshotPayload

Responses

[200] Success

[POST] /api/reporting/session/{sessionId}/close

Parameters

Name In Type
sessionIdRequired path string

Responses

[200] Success

Models

Ƭ RenderPayload

Name Type
parametersNullable Array
cacheRefreshIsRequired Boolean
settingsNullable string
interactiveActionsNullable Array<string>
skipEmptyReport Boolean
maxExecLimit int32

Ƭ RenderSnapshotPayload

Name Type
resourceRootURINullable string
parametersNullable Array
cacheRefreshIsRequired Boolean
settingsNullable string
interactiveActionsNullable Array<string>
skipEmptyReport Boolean
maxExecLimit int32

Ƭ ExportSnapshotPayload

Name Type
sessionIdNullable string
timeZoneIdNullable string
resourceRootURINullable string
allowedClaimsNullable string
userFunctionsNullable any
exportFormatNullable string
parametersNullable Array
cacheRefreshIsRequired Boolean
settingsNullable string
interactiveActionsNullable Array<string>
skipEmptyReport Boolean
maxExecLimit int32