ThoughtSpot REST API tutorials
Table of Contents
This tutorial is a hands-on guide to practically working with the ThoughtSpot V2.0 REST API.
Once completed, you will be able to use the ThoughtSpot V2.0 REST API via Python and JavaScript within a web application.
Tutorial lessons๐
Pre-requisites for the tutorial๐
Your setup must have the following applications and tools installed:
-
Chrome or Firefox
-
Python 3.8 or higher
-
The
thoughtspot_rest_api_v1
GitHub repo library (capable of REST API V1 and V2.0) in your local Python environment
Download the entire tse-api-tutorial directory as a ZIP file from GitHub, then unzip on your system:
Open the directory created from the ZIP file in your IDE:
Now youโre ready to begin the tutorial lessons.