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#L13112 Replies
@jbc
I think there is an internal support ticket for this as well. We will publish a new SDK version and update there.
@BenJones - The new version is now published. Please check. cc - @jbc
Thanks! I have it downloading data
i do have a support ticket open on an issue with that API endpoint not respecting some parameters
Which parameters are not Supported ?
Case No.
00377491
runtime_param_override or runtime_filter
neither are being respected
I see. Can you also add a HAR file which contains the request ? That would help us know if the body was created properly
yah, let me see what i can do
it does not error
it just ignores those paramteres
the sdk does too
the file type and answer id params do work tho
Okay. Looks like the API itself is ignoring this.
@pallav / @shikharTS - Can you please check the above
@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.
ohhhhhh
i completely missed that part of the docs