Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 93
Next »
JavaScript API
Use the JavaScript API to enhance your Sisense experience. Here are some examples of what you can do using the API:
- Build new types of widgets
- Tweak out-of-the-box visualizations to match the exact look and feel you are looking for
- Fine tune the application behavior for specific needs
- Apply custom formatting
Read more...
GET STARTED
JavaScript API Reference Documentation
JAQL Reference Documentation
REST API
Sisense provides a REST API that you can use to perform many of the tasks available from the web interface, as well as additional advanced tasks. These include:
- Managing ElastiCubes
- Managing users and user groups
- White labeling and branding
- Updating user roles
Read more...
GET STARTED
Using the REST API
REST API Reference Documentation
Error rendering macro 'panel'
com.atlassian.renderer.v2.macro.basic.validator.MacroParameterValidationException: Border style is not a valid CSS2 border-style value
Pre- and Post-Plugins
Plugins let you add additional functionality to your ElastiCube builds, by adding .NET or Python code at the beginning and/or end of an ElastiCube build. Examples of what you can do include:
- Copy csv files from a remote location to your local machine before running an ElastiCube build.
- Manipulate and rename csv or Excel files before importing them into the ElastiCube.
- Send emails after a build finishes.
Read more...
Sisense Shell (PSM.EXE)
Sisense supports executing ElastiCube related commands using the Windows command line.
Read more...
SQL API
You can run SQL queries to extract data from ElastiCubes. You can either use the SQL Runner, or your own tools. Both options are explained below.
Read more...