dataset

Export entities from a table in your dataset as CSV.

You need to specify a dataset and a table_name

get/dataset/export_to_csv

Query parameters

datasetstring required
namestring required

Response

CSV file containing table data

Changes