Hi Team! Is there a swagger endpoint for

Hi Team! Is there a swagger endpoint for the 2.0 version of the REST API?
5 Replies
shikharTS
shikharTS2mo ago
There is no swagger endpoint though you should be able to find all information in the REST api v2 playground under develop tab
ivnext
ivnextOP2mo ago
Indeed, it is all there in the docs. Just looking for ways save time and effort by parsing/generating code.
shikharTS
shikharTS2mo ago
Ohh I see, I don't think we have one. cc @Sandeep
Sandeep
Sandeep2mo ago
@ivnext : This is the spec file for the Public Endpoints exposed in Playground. https://github.com/thoughtspot/rest-api-sdk/blob/release/api-spec/openapiSpecv3-2_0.json Hope this helps. Let us know if anything else is required from our side. You can use this spec in any swagger tool for example: https://editor-next.swagger.io/
GitHub
rest-api-sdk/api-spec/openapiSpecv3-2_0.json at release · thoughtsp...
ThoughtSpot Public REST API Playground and SDKs. Contribute to thoughtspot/rest-api-sdk development by creating an account on GitHub.
SwaggerEditor
SwaggerEditor
ivnext
ivnextOP2mo ago
Perfect!! That OpenAPI spec is exactly what I needed. Thank you very much!

Did you find this page helpful?