Get Scenario

get

/essbase/rest/v1/scenarios/{id}

Gets a scenario by ID.

Request

Path Parameters
Query Parameters
  • Value can be all or none. Default value is none, meaning only links are returned. If all is specified, then approvers, participants and scripts are included in the response.

Back to Top

Response

Supported Media Types

200 Response

OK

Scenario details returned successfully.

Body ()
Root 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 scenario details. The scenario ID may be invalid.

500 Response

Internal Server Error.

Back to Top