[]
        
(Showing Draft Content)

Reporting-RenderResults

Reporting-RenderResults

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

Parameters

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

Gets render result.

Responses

[200] Success

binary

Type: [application/octet-stream]

[403] Forbidden

ReportingPluginError

Type: [application/json]

[404] Not Found

ReportingPluginError

Type: [application/json]

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

Parameters

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

Verifies if the rendering result with the requested key exists.

Responses

[200] Success

[403] Forbidden

ReportingPluginError

Type: [application/json]

[404] Not Found

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

Parameters

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

Gets the cached render result.

Responses

[200] Success

binary

Type: [application/octet-stream]

[403] Forbidden

ReportingPluginError

Type: [application/json]

[404] Not Found

ReportingPluginError

Type: [application/json]

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

Parameters

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

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

Responses

[200] Success

[403] Forbidden

ReportingPluginError

Type: [application/json]

[404] Not Found

Models

Ƭ ReportingPluginError

Reporting plugin error

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