Get a report package
get
/epm/rest/v1/reportPackages/{id}
Request
Path Parameters
-
id(required): string
The UUID of the Report Package being requested.
Query Parameters
-
fields: array[string]
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.
-
Allowed Values:
[ "all", "reportPackageId", "name", "description", "createdBy", "creationDate", "modifiedBy", "modificationDate", "preview" ]
-
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Request successful
Root Schema : ReportPackage
Type:
object
Report Package
Show Source
-
createdBy: string
Read Only:
true
-
creationDate: string
(date-time)
Read Only:
true
-
description: string
-
libraryPath(required): string
-
links: array
links
Read Only:
true
-
modifiedBy: string
Read Only:
true
-
modifiedDate: string
(date-time)
Read Only:
true
-
name(required): string
-
preview: array
preview
Read Only:
true
-
reportCenter: array
reportCenter
Read Only:
true
-
reportPackageId(required): string
Read Only:
true
-
reportPackageType(required): string
Nested Schema : Link
Type:
Show Source
object
-
href: string
-
rel: string
Allowed Values:
[ "self", "next", "prev", "first", "canonical", "parent" ]
400 Response
Invalid parameter
404 Response
Report Package ID not found
500 Response
Service Error