Skip to content

Commit 4b822d0

Browse files
committed
lb report
1 parent ec7f860 commit 4b822d0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

modules/ROOT/pages/data-report-v2-api.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ To download a Liveboard report via `/api/rest/2.0/report/liveboard` API, you nee
195195

196196
In the `POST` request body, specify the GUID or name of the Liveboard as `metadata_identifier`. To download reports with specific visualizations, add GUIDs or names of the visualizations in the `visualization_identifiers`.
197197

198-
To download visualizations from a specific Liveboard tab, specify the name or GUID of the tab in the `tab_identifiers` parameter.
198+
To download visualizations from a specific Liveboard tab, specify the name or GUID of the tab in the `tab_identifiers` parameter. If you are working with PNG downloads contact ThoughtSpot support to enable this on your ThoughtSpot instance.
199199

200200
To download a personalized view of the Liveboard, specify the view name in the `personalised_view_identifier` attribute.
201201

@@ -207,12 +207,14 @@ To download a personalized view of the Liveboard, specify the view name in the `
207207
====
208208

209209
The default `file_format` is PDF. For PDF downloads, you can specify additional parameters to customize the page orientation and include or exclude the cover page, logo, footer text, and page numbers.
210-
You can also download the report in PNG format. For PNG downloads, you can include cover page, filters, and define
210+
You can also download the report in PNG format. For PNG downloads, you can define
211211

212212
* `image_resolution`
213213
* `image_scale`
214214
* `include_header`
215215

216+
Contact ThoughtSpot support to enable PNG downloads on your ThoughtSpot instance.
217+
216218
==== Example
217219
[source,cURL]
218220
----

0 commit comments

Comments
 (0)