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

Knowledge Base Articles

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
  • 1423 Views
  • 1 comments
  • 0 kudos

Logging Users Out Of Sisense From Your Site

Download: Post Message Introduction The following forum post explains how to log your users out of Sisense from your native application. Purpose Single sign-on (SSO) systems enable your users to authenticate themselves in your online services and th...

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

Dashboard Handbook Creator

  This script creates a word-document of the given dashboard IDs. This document includes dashboard name and Widget name,description and image.  Config settings.yml Edit settings.yml with your information ! Be carefull running this script. It searche...

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

Installing Python On IIS

Question: Some users might want to install python on their IIS, for example in order to establish SSO by using python code. How can I install it?   Solution: In order to do so, follow these steps: Insure you have CGI installed on your IIS: Go to Sta...

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

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

Personio API Pre-Processing Data

Question Is there a way to add pre-processing (python script) to the data that will be uploaded from a custom API connector? Or should I run the script locally on a fixed schedule and use the Sisense API to upload after the data is processed? Answ...