Get the report snapshot output

get

/epm/rest/v1/reportSnapshots/{id}/executedReport

Request

Path Parameters
Query Parameters
  • The Report Snapshot content will be generated in the specified format. If the embedded format is requested, the caller will be redirected to the Narrative Reporting web interface to display the output in an embeddable web view.
    Allowed Values: [ "pdf", "embedded" ]

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Report Snapshot content in the format requested
Body ()
Root Schema : schema
Type: string(binary)

307 Response

Redirect to an embeddable HTML view of the Report Snapshot output

400 Response

Invalid parameter

404 Response

Report ID not found

500 Response

Service Error
Back to Top