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

Knowledge Base Articles

How to activate Sisense license without web access

How to activate Sisense license without web accessThis article explains how you can activate a license in your new Sisense installation without access to the Sisense website in the browser.Usual activationIn the usual activation, you must navigate to...

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
  • 1597 Views
  • 2 comments
  • 1 kudos

Exporting Options in SisenseJS

Exporting Options in SisenseJS SisenseJS is a powerful tool that allows embedding widgets from Sisense into external applications. Despite it being a very straightforward way of embedding, SisenseJS has some missed functionality. For example, there ...

How to unblock users after failed login attempts

How to unblock users after failed login attempts  Protecting user credentials can't be overstated in any secure system. Security measures such as locking users after multiple failed login attempts are critical in preventing brute-force attacks. Howe...

1.png 2.png 3.png

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...

Changing Elasticube Owner

IntroductionThis tutorial describes the steps to modify the owner of an Elasticube, a crucial task for managing your data efficiently. By following these instructions, you'll be able to transition ownership from one user to another seamlessly.Prerequ...

vsolodkyi by Sisense Team Member
  • 1508 Views
  • 2 comments
  • 3 kudos

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...

Change multiple dashboards owner

In case when you need to change the owner of multiple dashboards there are few ways: 1) In case all the dashboards are in 1 folder then you can select the folder and export the dashboards.​ After what, import the dashboards back under the user to who...

intapiuser by Community Team Member
  • 2365 Views
  • 4 comments
  • 0 kudos

SisenseJS silent login approach

SisenseJS silent login approachDisclaimer: Please note that this blog post contains one possible custom workaround solution for users with similar use cases. We cannot guarantee that the custom code solution described in this post will work in every ...

ILLIA_0-1716559120698.png
ILLIA by Sisense Team Member
  • 921 Views
  • 0 comments
  • 4 kudos

Export a table from the elasticube to a CSV

* Disclaimer: This works for Windows only. It will work in future with Linux versions as well. Once it does, I will update the post. Sometimes, we need to export a table from the Elasticube to a CSV file. We can then import it to the next build, to s...

intapiuser by Community Team Member
  • 1402 Views
  • 1 comments
  • 0 kudos

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
  • 52097 Views
  • 2 comments
  • 4 kudos

Beginner Sisense REST API Tips

Three tips for new users working with Sisense's REST API for the first time.1. If you're running API calls through our Swagger UI (ie, by going to Admin -> REST API -> REST API Reference), you do not need to generate and pass an authentication token....

intapiuser by Community Team Member
  • 1672 Views
  • 1 comments
  • 1 kudos

Dashboard Dictionary

Use Case My users and designers were looking for an easy way to get insights into how certain dashboards and widgets were built in terms of formulas and filters.  Solution For this, I have written a Python script that takes a list of dashboard IDs...

DRay_0-1707934801901.png
DRay by Community Team Leader
  • 548 Views
  • 0 comments
  • 1 kudos

Disable "Add To Pulse" Feature On Widgets

DISABLE "ADD TO PULSE" FEATURE ON WIDGETS FOR ALL VIEWERS Few businesses don't want their Users (Viewers) of the dashboard to add pulse alerts from the visualizations of the dashboard. Though we don't have any feature in the current version of the p...

intapiuser by Community Team Member
  • 1449 Views
  • 3 comments
  • 0 kudos

How to Export a List of Sisense Users

Question: How can I export a list of Sisense users, for example users from a specific group?   Solution: Using the REST API you can pretty quickly get this info in JSON document format. The GET /users API supports group ID:  You could run GET /grou...

intapiuser by Community Team Member
  • 2191 Views
  • 1 comments
  • 0 kudos