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

Knowledge Base Articles

User & Role Management API Call Examples In Python (RBAC)

Similar to the User and Group API, Sites that have RBAC enabled can use the User and Role Management APIs for RBAC allows us to create, read, update, and destroy users and roles programmatically. Here's the official documentation.   Below are simple...

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

User & Group Management API Call Examples In Python

With the release of our User and Group Management APIs, we can now create, read, update, and destroy users and groups programmatically. CRUD! Here's the official documentation.Here are some super simple examples showing how you can test this out in P...

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

WooCommerce Rest API Connector

PURPOSEWooCommerce provides a REST API for many different operations within their platform.  This API provides endpoints with data that can be pulled into the elasticube in order to analyze store performance.  (Sales, products, coupons, etc)  This po...

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

MediaMath REST API Connector

PURPOSEMediaMath provides a REST API for many different operations within their platform.  This includes a reports API for downloading data for analytics.  This post describes how to use Sisense's REST API Framework to authenticate & download data fr...

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

Update User Password Over API Without Email Token

Question: I cannot find a way to update user's password for Sisense via API. We can create their account over API with a password but not change it over API? Solution: You are able to define new password for a user using REST API v0.9, the endpoint ...

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

Get A List Of ALL Dashboards With Specific Fields Only

Question: I am trying to build a data set to import into an ElastiCube to see which dashboards a user has access to, among other things. This is about building a DASHBOARDS table.  My GETs all come back with all fields.  All I want is: dashboardId, t...

intapiuser by Community Team Member
  • 928 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
  • 15816 Views
  • 0 comments
  • 0 kudos

IP Lookup Data Connector

Download: IP Lookup ConnectorIntroduction:This article will explain how to make a REST API connection to IP Geolocation in order to retrieve information about IP addresses.This connector will select IP addresses from data in your ElastiCube and provi...

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

Getting Dashboard Data Via API

Question: Is there an API to retrieve dashboard-specific data (widgets, filters etc.)? Solution: Of course there is - the Dashboards API v1.0 For example, you can retrieve a dashboard by ID: http://localhost:8081/api/v1/dashboards/588149043aadeb6...

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

Connecting To Zoho Using The Zoho Reports API

Introduction This article will explain how to set up the Zoho Reports API and extract CSV data using an automated python script.   Purpose/Benefit Zoho is a cloud based CRM and HR tool.  It has many modules that help create better workflows for busi...

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

Is it possible to enable/disable a plugin with REST API?

Question: Is it possible to enable/disable a plugin with REST API? Answer:  Option 1 It is possible with the /api/plugins endpoint. Here is the script we use for a single enable/disable of a plugin; For enabling set isEnabled to True  For disabling ...

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

Creating Widget Via Rest API

Question: How can I find a reference to create a widget via Rest Api? Solution: If you run a GET call on that endpoint (/dashboards/{dashboardId}/widgets), you can see how that property is stored in the JSON. Here's one example with the dim field: ...

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

BambooHR Data Connector

The connector will work on Sisense version 7.1 and upHere are the steps for connecting to BambooHR data:Unzip this folder REST.Bamboo.Connector.zip and place it in the connector directory: C:\Program Files\Sisense\DataConnectors\DotNetContainer\Conne...

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

Harvest REST API Connector

Harvest Rest API Connector   Harvest provides an API framewok to support valid applications connecting and in our case pulling data for analytics.   This Rest configuration will allow you to pull from the Harvest Rest API service.  Please refer to p...

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

Google Calendar Python Export Script

This post explains how to retrieve google calendar meetings via a python script. Being able to connect to your own google calendar or to other’s calendars (through shared calendars within an organization) can be very powerful. As an example, you can ...

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

GET API "/Dashboards/Export" Passing Multiple DashboardIDs

Question: I am on Sisense api page and trying the "GET /dashboards/export" to get dashboards as .dash fileThe input box "dashboardIds" indicates I can pass multiple dashboard ids as array string. What is the right syntax?Solution: Try passing in the ...

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

Posting New Users In Bulk

Question: I'm currently trying to write a console app that will do all my user administration stuff automatically, but am having a hard time making a post to the bulk ad end point that includes groups.Solution: This is currently a limitation.  Possib...

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

How To Create Elasticube Using Api

Question: Which api should i use to create my elasticube? Solution: At the moment, REST API for creating Datamodels is only available on Sisense for Linux, starting from version L8.0.2. This capability should become available on the Windows version ...

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

Stock Market Data Connector

Download: IEX ConnectorIntroduction:This article will explain how to make a REST API connection to IEX Group's public stock market APIPurpose/Benefits:Connecting to stock market data can be difficult and costly. IEX provides an easy to use API that i...

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