cancel
Showing results for 
Search instead for 
Did you mean: 
intapiuser
Community Team Member
Community Team Member
»»» Sisense Verison 7.1 and below: UPDATED 6/10/2016 ««« 
»»» Sisense Verison 7.2 and above: UPDATED 2/22/2019 ««« 
Introduction
This Python script will demonstrate using the REST API for sharing dashboards and folders. There are two versions of this script, one is for Sisense version 7.1 and below. The newer script is for Sisense version 7.2 and above. 
The script includes the following examples:
  • Share a dashboard with a single user
  • Share a dashboard with a group
  • Share a folder with a single user
  • Share a folder with a group
  • Get the folder ID by the folder name
  • Get a list of IDs of the dashboards in a folder
Pre-Req.
  1. REST API Key token (see here on how to obtain your token  Sisense REST API)
  2. Python installed on your system.
    • If setting up on Sisense 7.1 and below - install Python 2.7 on your system
    • If setting up on Sisense 7.2 and above - install Python 3.7 on your system
  3. Admin permissions
  4. Download the appropriate script based on the Sisense version you are running:
    1. If setting up on Sisense 7.1 and below - updatesSharesAPI-7-1-below.zip
    2. If setting up on Sisense 7.2 and above - updateSharesAPI-7-2-above.zip
Configuration
To configure the script run on your system You will need to modify the following settings in the script.
 
Running the Script
First, edit the script's main() function and uncomment the calls you want to use.
The available calls are:
 
 Then, from a command line window run the following command:
C:\>python <path to script>\updatesSharesAPI.py
Version history
Last update:
‎02-13-2024 01:17 PM
Updated by:
Contributors
Community Toolbox

Recommended quick links to assist you in optimizing your community experience:

Developers Group:

Product Feedback Forum:

Need additional support?:

Submit a Support Request

The Legal Stuff

Have a question about the Sisense Community?

Email [email protected]

Share this page: