[]
        
(Showing Draft Content)

Reporting-RenderResults

Reporting-RenderResults

[GET] /api/v2/reporting/render-results/{resultKey}

Gets render result.

Parameters

Name Type Located In Description
resultKeyRequired string path Render result key. For example: 62c5d7ec-d5eb-4923-95b6-e4693f70aac0

Response

Status Code: 200

Success

binary

Status Code: 403

Forbidden

ReportingPluginError

Status Code: 404

Not Found

ReportingPluginError

[GET] /api/v2/reporting/render-results/{resultKey}/verify

Verifies if the rendering result with the requested key exists.

Parameters

Name Type Located In Description
resultKeyRequired string path Render result key. For example: 62c5d7ec-d5eb-4923-95b6-e4693f70aac0

Response

Status Code: 200

Success

Status Code: 403

Forbidden

ReportingPluginError

Status Code: 404

Not Found

[GET] /api/v2/reporting/render-results/cache/{resultKey}

Gets the cached render result.

Parameters

Name Type Located In Description
resultKeyRequired string path Render result cache key. For example: 593aa84126f88ea055978d89e33aad1f

Response

Status Code: 200

Success

binary

Status Code: 403

Forbidden

ReportingPluginError

Status Code: 404

Not Found

ReportingPluginError

[GET] /api/v2/reporting/render-results/cache/{resultKey}/verify

Verifies if the cached rendering result with the requested key exists.

Parameters

Name Type Located In Description
resultKeyRequired string path Render result cache key. For example: 593aa84126f88ea055978d89e33aad1f

Response

Status Code: 200

Success

Status Code: 403

Forbidden

ReportingPluginError

Status Code: 404

Not Found

Models

Ƭ ReportingPluginError

Reporting plugin error

Name Type Description Example
codeNullable string error code
messageNullable string error message
contextNullable string error context