APIs
cancel
Showing results for 
Search instead for 
Did you mean: 

Knowledge Base Articles

REST API - Adding Data Level Security

When building code to automate the process of adding users (or groups), it may be beneficial to add security around those users. Follow the steps below to learn how to add data level security through the REST API:  Step 1 From your SiSense home pag...

intapiuser by Community Team Member
  • 1643 Views
  • 2 comments
  • 1 kudos

Exporting Sisense User Lists to CSV

Exporting Sisense User Lists to CSV Exporting Sisense users requires using the REST API. While the user list is visible under Admin > User Management > Users, there is no option to download and manipulate this data directly. From The Users Info, Adm...

Using the InternalHttp Function Within Scripts and Plugins

Using the InternalHttp Function Within Scripts and Plugins The InternalHttp function is a Sisense function within the Sisense internal Prism object. The prism object and the InternalHttp function are present on all Sisense pages and can be used in sc...

How to List Dashboards and Data Models a User Has Access To

How to List Dashboards and Data Models a User Has Access ToAs a Sisense administrator sometimes you want a quick way to get the list of data models and dashboards a user can access. There is no direct way to do this through the user interface and thr...

kreycraft_0-1709833800339.png kreycraft_1-1709833800274.png kreycraft_0-1710880537932.png kreycraft_1-1710880728210.png
kreycraft by Sisense Team Member
  • 52209 Views
  • 2 comments
  • 4 kudos

Reorder pivot columns by viewers

 Need  A common requirement for self service BI is to enable the viewers to save their own report. This can be achievable in Sisense if you are a designer of a dashboard. However, when you are a viewer, you cannot even re-order the pivot columns as...

intapiuser by Community Team Member
  • 1035 Views
  • 0 comments
  • 0 kudos

Advanced Configuration Control via API Calls

Advanced Configuration Control via API Calls Frequently, there are situations when a user is required to change some Sisense parameters when access is not available due to a wrong configuration, or it is required to automate switching of some config...

vsolodkyi_0-1668468073706.png vsolodkyi_2-1668468073717.png vsolodkyi_3-1668468073720.png
vsolodkyi by Sisense Team Member
  • 816 Views
  • 0 comments
  • 0 kudos

Leveraging Usage Analytics for maintaining a healthy environment

Analytical Need In this article, we can find a suggested approach on how to better maintain our Sisense environment. The current tools and methodologies take us to an encumbering and challenging work. By creating a dedicated dashboard to show our env...

Community_Admin_2-1634652094450.png

Get License Key for Offline activation by an API call

There is an option to get an activation key using an API GET call to the Sisense licensing server rather than needing to log into the Sisense site to obtain this information. Use case: This method helps generating license keys in a batch when yo...

Replace the homepage with an embedded dashboard

Introduction: By using the re-branding API you can replace the default homepage with a specific dashboard. (For further explanation of the branding functionality please read this article.) Keep in mind you need to leave only what you change ("string...

Community_Admin_0-1634652709740.png

The Ability To Manage JDBC Connections

Question How to change the connection strings in an easy way? Answer Using the REST API you can update the data connection strings directly. Returns a list of all your connections: GET http://localhost:8081/api/v1/connection Updates a connection: ...