Get Scenarios

get

/essbase/rest/v1/scenarios

Get scenarios matching search criteria. Response includes links to all basic scenario attributes, excluding approvers, participants, comments, and scripts.

Request

Query Parameters
Back to Top

Response

Supported Media Types

200 Response

OK

Scenario list and details returned successfully.

Body ()
Root Schema : Scenarios
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : properties
Type: object
Additional Properties Allowed
Show Source
Nested Schema : Scenario
Type: object
Show Source
Nested Schema : approvers
Type: array
Show Source
Nested Schema : participants
Type: array
Show Source
Nested Schema : scripts
Type: array
Show Source
Nested Schema : Approver
Type: object
Show Source
Nested Schema : Participant
Type: object
Show Source
Nested Schema : Script
Type: object
Show Source

400 Response

Bad Request

Failed to get scenarios.

500 Response

Internal Server Error.

Back to Top