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

Knowledge Base Articles

Embed URL Generation Made Easy With Python Script

Creating an embed URL is a multistep process that can easily be botched along the way. Finding where the mistake was made can be tricky, and the generation of multiple embed URLs can be a painful process to repeat. With a simple python script we can ...

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

Render API Examples

The Render API is perfect if you want to download a nicely formatted and dynamic PDF image of an entire dashboard. The Render API is an add-on feature in Sisense for Cloud Data Teams. Here is the official documentation on the Render API. This post wi...

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

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
  • 2263 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