The official Rest API SDK for Java Developers.
The latest version of SDK is available via the MVN package manager.
Depending on the build tool used in your system, add this package as dependency in the project and build it. When using Apache Maven build tool, add below to the pom.xml of the project.
<dependency>
<groupId>io.github.thoughtspot</groupId>
<artifactId>rest-api-sdk-lib</artifactId>
<version>1.6.6</version>
</dependency>
We recommend that you browse through the code playground before you start constructing your API requests. The playground offers an interactive portal with comprehensive information about the API endpoints, request and response workflows.