Hey y'all! Does anyone know if the

Hey y'all! Does anyone know if the exportAnswerReport call works on the Typescript API? The return type is void which does not seem to make sense: https://github.com/thoughtspot/rest-api-sdk/blob/release/sdks/typescript/apis/ReportsApi.ts#L131
12 Replies
shikharTS
shikharTS3mo ago
@jbc I think there is an internal support ticket for this as well. We will publish a new SDK version and update there.
utsav.kapoor
utsav.kapoor3mo ago
@BenJones - The new version is now published. Please check. cc - @jbc
BenJones
BenJonesOP3mo ago
Thanks! I have it downloading data i do have a support ticket open on an issue with that API endpoint not respecting some parameters
utsav.kapoor
utsav.kapoor3mo ago
Which parameters are not Supported ?
BenJones
BenJonesOP3mo ago
Case No. 00377491 runtime_param_override or runtime_filter neither are being respected
utsav.kapoor
utsav.kapoor3mo ago
I see. Can you also add a HAR file which contains the request ? That would help us know if the body was created properly
BenJones
BenJonesOP3mo ago
yah, let me see what i can do
BenJones
BenJonesOP3mo ago
it does not error it just ignores those paramteres the sdk does too the file type and answer id params do work tho
utsav.kapoor
utsav.kapoor3mo ago
Okay. Looks like the API itself is ignoring this. @pallav / @shikharTS - Can you please check the above
shikharTS
shikharTS3mo ago
@BenJones we just checked your usage might be incorrect. Can you check if you are using the same format given here : https://developers.thoughtspot.com/docs/runtime-params#_runtime_parameters_in_object_urls?
Runtime Parameter overrides
Use Parameters to run multiple scenarios with adjustable values, without changing your answer.
BenJones
BenJonesOP3mo ago
ohhhhhh i completely missed that part of the docs

Did you find this page helpful?