Al
Al
TFDThoughtSpot For Developers
Created by Al on 2/4/2025 in #dev-help
Al - Hi, I'm trying to call this API via C# cod...
thanks for the help
21 replies
TFDThoughtSpot For Developers
Created by Al on 2/4/2025 in #dev-help
Al - Hi, I'm trying to call this API via C# cod...
actually, it works. Didn't notice that I had the I in userId as uppercase
21 replies
TFDThoughtSpot For Developers
Created by Al on 2/4/2025 in #dev-help
Al - Hi, I'm trying to call this API via C# cod...
No description
21 replies
TFDThoughtSpot For Developers
Created by Al on 2/4/2025 in #dev-help
Al - Hi, I'm trying to call this API via C# cod...
I wish we can just get it to accept json, is that not possible?
21 replies
TFDThoughtSpot For Developers
Created by Al on 2/4/2025 in #dev-help
Al - Hi, I'm trying to call this API via C# cod...
No description
21 replies
TFDThoughtSpot For Developers
Created by Al on 2/4/2025 in #dev-help
Al - Hi, I'm trying to call this API via C# cod...
so the ids parameter expects a string[], but what if I only pass one? it's not gonna treat it as array
21 replies
TFDThoughtSpot For Developers
Created by Al on 2/4/2025 in #dev-help
Al - Hi, I'm trying to call this API via C# cod...
yes please, thank you
21 replies
TFDThoughtSpot For Developers
Created by Al on 2/4/2025 in #dev-help
Al - Hi, I'm trying to call this API via C# cod...
Hello, I just wanted to kindly follow up on this.
21 replies
TFDThoughtSpot For Developers
Created by Al on 2/4/2025 in #dev-help
Al - Hi, I'm trying to call this API via C# cod...
No description
21 replies
TFDThoughtSpot For Developers
Created by Al on 2/4/2025 in #dev-help
Al - Hi, I'm trying to call this API via C# cod...
No description
21 replies
TFDThoughtSpot For Developers
Created by Al on 2/4/2025 in #dev-help
Al - Hi, I'm trying to call this API via C# cod...
No description
21 replies
TFDThoughtSpot For Developers
Created by Al on 2/4/2025 in #dev-help
Al - Hi, I'm trying to call this API via C# cod...
No description
21 replies
TFDThoughtSpot For Developers
Created by Al on 2/4/2025 in #dev-help
Al - Hi, I'm trying to call this API via C# cod...
no it does not work because in C#, to pass something as x-www-form-urlencoded, you need to use FormUrlEncodedContent which takes a KeyValuePair<string, string>. The parameter ids is setup to be an array of id. This is what makes it complicated. As far as the doc is concern, I guess you could just include callosum/v1 in everything for consistency. But that's just me. Anyway, it's a minor thing. I just want to be able to get the API to work.
21 replies