Swarnika
Swarnika
TFDThoughtSpot For Developers
Created by Shubham on 1/14/2025 in #dev-help
Shubham - Hi team , one of our customer is usin...
You can pass any JIT params as part of the log-in params themselves while using the /api/rest/2.0/auth/token API.
3 replies
TFDThoughtSpot For Developers
Created by rumana-hf on 11/18/2024 in #dev-help
Hey there! I'm currently building a
API
33 replies
TFDThoughtSpot For Developers
Created by rumana-hf on 11/18/2024 in #dev-help
Hey there! I'm currently building a
You can send a request to an endpoint that requires authentication and check the response status. eg. /session/info
33 replies
TFDThoughtSpot For Developers
Created by rumana-hf on 11/18/2024 in #dev-help
Hey there! I'm currently building a
Debugging the Reload Issue: Verify there are no scripts clearing cookies on page reload. Check if your browser or application settings are preventing cookie persistence (e.g., incognito mode or strict privacy settings).
33 replies
TFDThoughtSpot For Developers
Created by rumana-hf on 11/18/2024 in #dev-help
Hey there! I'm currently building a
Yes, you can check for the presence of JSESSIONID to determine if a session is active. However, remember: The cookie is invalidated upon logout but may not be deleted from the browser. Simply checking for the presence of JSESSIONID doesn’t guarantee that it is still valid.
33 replies
TFDThoughtSpot For Developers
Created by Nikhil Kumaran S on 10/8/2024 in #dev-help
Hi Team, while choosing source, can we
Hi @Nikhil Kumaran S See if this is what you are looking for https://developers.thoughtspot.com/docs/Interface_SearchViewConfig#_datasource
6 replies
TFDThoughtSpot For Developers
Created by Mohsin Manzoor Bhat on 10/3/2024 in #dev-help
Is Develop tab also visible for
cluster version
17 replies
TFDThoughtSpot For Developers
Created by Mohsin Manzoor Bhat on 10/3/2024 in #dev-help
Is Develop tab also visible for
@Mohsin Manzoor Bhat could you please help us with the version details?
17 replies
TFDThoughtSpot For Developers
Created by Praveen K on 9/26/2024 in #dev-help
Hi team, I am trying to update the Tag
are you still facing the problem?
5 replies
TFDThoughtSpot For Developers
Created by wallyflops on 9/24/2024 in #help
Error 500 on Commit API v2
yes sure, even after following the doc you get into some trouble, let us know.
8 replies
TFDThoughtSpot For Developers
Created by wallyflops on 9/24/2024 in #help
Error 500 on Commit API v2
There are a few things you need to take care of before hitting git/branches/commit api. Please checkout https://developers.thoughtspot.com/docs/git-configuration#_configure_git_repository
8 replies
TFDThoughtSpot For Developers
Created by wallyflops on 9/24/2024 in #help
Error 500 on Commit API v2
And if you try to achieve the same via Developer Section (not via your script), is it working?
8 replies
TFDThoughtSpot For Developers
Created by Connor Craig on 8/9/2024 in #dev-help
Hi team! I am using Thoughtspot Embed
Tried checking the entire logs and couldn't narrow down the cause of this behaviour. Also as shikhar asked earlier, have you tried using different token?
46 replies
TFDThoughtSpot For Developers
Created by Connor Craig on 8/9/2024 in #dev-help
Hi team! I am using Thoughtspot Embed
As far as I can see with the implementation, even if you use the bearer token and while triggering revoke api use the same bearer token, it will give 204 and then all the subsequent api calls will give you 401 unless you refresh the page (which will generate a new bearer token).
46 replies