Get Formula Functions
get
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/formulaFunctions
Returns a list of functions for defining formulas. For an aggregate storage cube, the list contains MDX functions. For a block storage cube, the list contains Essbase calculation functions.
Request
Path Parameters
-
applicationName(required): string
Application name.
-
databaseName(required): string
Database name.
Response
Supported Media Types
- application/json
- application/xml
200 Response
OK
List of functions, as XML or JSON string, returned successfully.
Root Schema : schema
Type:
string
500 Response
Internal Server Error.