Get a report snapshot

get

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

Request

Path Parameters
Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Request successful
Body ()
Root Schema : ReportSnapshot
Type: object
Management Reporting Report and Report Snapshot
Show Source
Nested Schema : datasourceNames
Type: array
Read Only: true
The list of datasources referenced by this Report or Report Snapshot instance.
Show Source
Nested Schema : executedReport
Type: array
Read Only: true
A link to the Report or Report Snapshot's generated report output.
Show Source
Nested Schema : ItemCollectionPOVDimension
Type: object
Show Source
Nested Schema : invalidFields
Type: array
Read Only: true
The invalid fields found in the Report. The validation errors associated with these fields will be included in the Report's validation messages.
Show Source
Nested Schema : ItemCollectionPrompt
Type: object
Show Source
Nested Schema : validationMessages
Type: array
Read Only: true
The errors found when trying to validate the Report.
Show Source
Nested Schema : items
Type: array
Read Only: true
Show Source
Nested Schema : POVDimension
Type: object
A Dimension that has a set of members to select from for Report execution.
Show Source
Nested Schema : suggestedMembers
Type: array
Read Only: true
The dimension's members suggested for use when executing the Report.
Show Source
Nested Schema : POVMember
Type: object
A member that can be selected as part of the point of view or as the value for a Report prompt.
Show Source
Nested Schema : items
Type: array
Read Only: true
Show Source
  • Prompt
    A Report's user selectable member values used to generate the report output. A member selction must be provided for each prompt during report execution.
Nested Schema : Prompt
Type: object
A Report's user selectable member values used to generate the report output. A member selction must be provided for each prompt during report execution.
Show Source
Nested Schema : defaultSelection
Type: array
Read Only: true
Show Source
Nested Schema : suggestedMembers
Type: array
Read Only: true
Show Source

400 Response

Invalid parameter

404 Response

Report ID not found

500 Response

Service Error
Back to Top