Get Essbase Script

get

/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/scripts/{scriptName}

Returns the named script from the specified application and database.

Request

Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

OK

Script returned successfully, including links get, edit, or delete the script and to get its contents.

Body ()
Root Schema : Script
Type: object
Show Source

400 Response

Bad Request

Failed to get the script. The application, database, or script name may be incorrect.

500 Response

Internal Server Error.

Back to Top