Get a report package

get

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

Request

Path Parameters
Query Parameters
  • A comma separated list of fields to return for each Report Package. If no fields are specified, the default fields (reportPackageId, name, description) will be included.

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