Get Scenario Scripts
get
/essbase/rest/v1/scenarios/{scenarioId}/scripts
Gets scenario scripts.
Request
Path Parameters
-
scenarioId(required): integer(int64)
Scenario ID.
Response
Supported Media Types
- application/json
- application/xml
200 Response
OK
Scenario scripts returned successfully.
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 scripts. The scenario ID may be invalid.
500 Response
Internal Server Error.