Get Scenario
get
/essbase/rest/v1/scenarios/{id}
Gets a scenario by ID.
Request
Path Parameters
-
id(required): integer(int64)
Scenario ID.
Query Parameters
-
expand: string
Value can be
all
ornone
. Default value isnone
, meaning only links are returned. Ifall
is specified, then approvers, participants and scripts are included in the response.
Response
Supported Media Types
- application/json
- application/xml
200 Response
OK
Scenario details returned successfully.
Root Schema : Scenario
Type:
Show Source
object
-
application:
string
-
appliedTime:
integer(int64)
-
approvers:
array approvers
-
commentsCount:
integer(int32)
-
createdTime:
integer(int64)
-
database:
string
-
description:
string
-
dueDate:
integer(int64)
-
id:
integer(int64)
-
links:
array links
-
name:
string
-
overdue:
boolean
-
owner:
string
-
participants:
array participants
-
priority:
string
Allowed Values:
[ "LOW", "MEDIUM", "HIGH" ]
-
refreshedTime:
integer(int64)
-
sandbox:
string
-
scenarioUser:
boolean
-
scripts:
array scripts
-
state:
string
Allowed Values:
[ "NEW", "SUBMITTED", "APPROVED", "REJECTED", "APPLIED" ]
-
submittedTime:
integer(int64)
-
useCalculatedValues:
boolean
Nested Schema : Script
Type:
Show Source
object
-
content:
string
Script contents.
-
type:
string
Allowed Values:
[ "REFRESH", "CLEAR", "APPLY" ]
400 Response
Bad Request
Failed to get scenario details. The scenario ID may be invalid.
500 Response
Internal Server Error.