Get Essbase Script Contents

get

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

Returns the contents of the specified script from the specified application and database.

Request

Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

OK

Script content retrieved successfully.

400 Response

Bad Request

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

500 Response

Internal Server Error.

Back to Top