Get a published instance of the report package

get

/epm/rest/v1/reportPackages/{id}/publish

Request

Path Parameters
Query Parameters
  • The Report Package published document will be generated in the format requested.
    Allowed Values: [ "pdf", "docx", "pptx" ]

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Request successful
Body ()
Root Schema : ReportPackage
Type: object
Report Package
Show Source
Nested Schema : preview
Type: array
Read Only: true
Show Source
Nested Schema : reportCenter
Type: array
Read Only: true
Show Source

400 Response

Invalid parameter

404 Response

Report Package ID not found

500 Response

Service Error
Back to Top