List Essbase Scripts

get

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

Returns all the scripts from the specified application and database.

Request

Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

OK

Scripts retrieved successfully, including script details and links to get, edit, or delete the script and to get its contents.

Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : ScriptList
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : properties
Type: object
Additional Properties Allowed
Show Source
Nested Schema : Script
Type: object
Show Source

400 Response

Bad Request

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

500 Response

Internal Server Error.

Back to Top