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

Knowledge Base Articles

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

intapiuser by Community Team Member
  • 323 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, tit...

intapiuser by Community Team Member
  • 474 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/588149043aadeb6c430...

intapiuser by Community Team Member
  • 874 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 set...

intapiuser by Community Team Member
  • 241 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: Ge...

intapiuser by Community Team Member
  • 336 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
  • 264 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. Possibl...

intapiuser by Community Team Member
  • 203 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 a...

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

SSO & Sisense API FAQs

Q. What is the difference between a JWT token and an API token ?A JWT - JSON Web Token is used to SSO into the Sisense web portal to establish a cookie based web session. An API token is used to make calls to the Sisense REST API for administrative a...

intapiuser by Community Team Member
  • 717 Views
  • 0 comments
  • 1 kudos
Labels
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: