ThoughtSpot For Developers

TFD

ThoughtSpot For Developers

Join the community to ask questions about ThoughtSpot For Developers and get answers from other members.

Join

help

dev-help

Hi Team! Is there any way using an API

Hi Team! Is there any way using an API to remove "Make this Liveboard discoverable" from specific liveboards?
No description

Unable to receive email

After creating a user using API CURL COMMAND I am not able to receive a welcome email. I have successfully able to configured the onboarding and SMTP settings When I try to create a new user manually from UI I am able to receive the welcome email But not using from API. I am using following CURL Command. CURL COMMAND: curl -X POST ...
No description

Hi all, I'm trying to use these 2 params

Hi all, I'm trying to use these 2 params for create new users but not sure if there is any limitation of the amount of users or this is just unlimited (do you know where I can check that?), thanks
No description

Hi all!

Hi all! I am using ts_groups in rls rules. Would like to know whether I can use these two rls rules interchangeably? ...

download action

Hi! I have an issue where I cannot any more enable "Download" on embedded Liveboards. I've tested it in the Playground but it doesn't work.
No description

Hey,I need help regarding get users in

Hey,I need help regarding get users in thoughspot api v2. I want to retrieve thoughspot user based on their name. endpoint:api/rest/2.0/users/search ...
No description

Hi Team,

Hi Team, One behaviour that I noticed is that when I use the Create User API Endpoint in V2 (on my own server, not on the playground), the user gets added to a "Demo Retail group". I was wondering if there was any way to not have this happen? This wasn't mentioned in the API playground notes, but I may have missed something. ...

ThoughtSpot Community

Hi everyone 🙂 How do we "fetch logs" (SECURITY_AUDIT) older than 24 hours? Using GraphQL's "FetchLogs" or REST API v2.0's "fetch", it seems we always get the same data, which only covers the last 24 hours. We want to see the logs from one week ago. The docs state the following:...

Python Script help

Following up. Is there anyone who can help me with this please?

Validation error

Hi All, we are in poc phase and trying to call import tml api to create/validate sql view, i m getting a validation error, Here is the curl from develop tab curl -X POST \ --url 'https://syncari.thoughtspot.cloud/api/rest/2.0/metadata/tml/import' \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' ...

user create api error

I am currently working on a project in which I need to create user programatically through API. The endpoint I am using:api/rest/2.0/users/create. I am getting error while running above endpoint in postman.Details in below section. header: ...

adoption

Hi We want to use thoughtspot for self serve analytics. We had a demo but have a few followup questions. How can customers who have never used thoughtspot before come up to speed with the search features. The non thoughtspot users in the team found it challenging when we went on a call to understand things like measures, attributes, filters right off the bat.

400 error

Hi Thoughtspot team! I am new to ThoughtSpot, and I am trying to use the Create User API Endpoint in V2. I wen to the REST v2 playground, to Create User, and without making any changes to the body, tried it out. ...

Cert issue

Hello, We are configuring SSL for https://app.unifieddatastudio.com/ , we tried adding it in the hosted zone over AWS, also tried with ACM, and applied a certificate to this domain but it's showing the attached screenshot message. Further we checked for this document: https://docs.thoughtspot.com/software/6.2/ssl-configure...
No description

Search embed

Hi, I have a question regarding Metadata API i.e. We have used the Metadata API to display the saved queries to our clients, now we have to navigate to the edit page once any of the query is clicked. What API shall we use for that?...

It's me again =).

It's me again =). I am playing with AppEmbed. Precisely, I wanna make a full embed and hide several things from the user. Through the documentation, I was able to hide almost everything but there are some others remaining: Per the attached screenshot, I need to: - Top Left Corner: Add a text there to let the user know that would link to the "home"...
No description

How to allow users to rename an answer?

Hi, is there any action available in visible actions to enable renaming a search answer? we are using visual embed sdk with search embed. We wanted to restrict sharing and download, for which we are giving few visible actions, along with that we wanted to enable rename option for the user. Pls let us know if there is any action available..

SearchViewConfig

Hi there. I am working in a SearchEmbed and would like to use multiple datasources. However, the documentation says that it is no longer supported and we should use the datasource (singular string ID) instead. When I used the array of strings on datasources it worked well, but of course, my goal is to follow the documentation whenever possible. My question is: Why multiple datasources is an issue on the SearchEmbed at this moment even having it working? Any Advice on how can I achieve this? Or should I keep always one single datasource?...

Hello all, I have a concern regarding

Hello all, I have a concern regarding tokens management, We are creating a multitenancy project in which we are going to create multiple org and the users in that org could create their groups/users and more. to make the API calls we either required a primary org token otherwise the tenant org token to perform the operation in a specific org like creating grp in a particular org and creating the user in a particular org, my question here is "What is the best way to manage tokens on user logged i...

Third-party cookie issue

Hi. For over half a year we've been using embedded thoughtspot liveboards in our frontend application with AuthType.TrustedAuthTokenCookieless without any issues. After a recent maintenance update (night of the 16th of April, we are based in Stockholm Sweden) we noticed that if we log into thoughtspot and then open an embedded liveboard in our application, the data in the embedded liveboard is being loaded using the cookie from our thoughtspot login (we can tell because the access for the users in the embedded liveboard should be much more limited than it is); this seems to only be a problem in Chrome. In Firefox, where third party cookies are blocked by default, this hasn't been an issue. Do you know if this issue might be realted to the update or somethign else?...