Get the required member selection prompts for report

get

/epm/rest/v1/reports/{id}/prompts

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

The member selection prompts required to execute the Report
Body ()
Root Schema : schema
Type: array
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
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

404 Response

Report UUID not found

500 Response

Service Error
Back to Top