Skip to content

Commit 5c43446

Browse files
lb export api update
1 parent 05a69d2 commit 5c43446

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ curl -X POST \
185185
ThoughtSpot provides the following REST API v2 endpoints to fetch data:
186186

187187
* xref:_liveboard_report_api[`POST /api/rest/2.0/report/liveboard`] +
188-
Download data from a Liveboard in the PDF, PNG, CSV, or XLSX file format.
188+
Download a Liveboard and its visualizations in PDF or PNG file format.
189189
* xref:#_answer_report_api[`POST /api/rest/2.0/report/answer`] +
190-
Download data from a saved Answer in the PDF, PNG, CSV, or XLSX file format.
190+
Download data from a saved Answer in PDF, PNG, CSV, or XLSX file format.
191191

192192
=== Liveboard Report API
193193

@@ -202,8 +202,8 @@ In the `POST` request body, specify the GUID or name of the Liveboard as `metada
202202
* Attempting to override existing filter values with runtime filters while exporting a Liveboard will result in an error.
203203
====
204204

205-
The default `file_format` is PDF. For PDF, you can specify additional parameters to customize the page orientation and include or exclude the cover page, logo, footer text, and page numbers.
206-
You can also download the report in PNG format. For PNG file format, you can include cover page and filters.
205+
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.
206+
You can also download the report in PNG format. For PNG, you can include cover page and filters.
207207

208208
==== Example
209209
[source,cURL]

0 commit comments

Comments
 (0)