Skip to content

Export data to csv format

RudiThoeni edited this page Jun 11, 2021 · 3 revisions

Exporting data in csv format

Use the fields filter to select the fields which has to be included in the csv.
A flat hierarchy is needed

By adding parameter

format=csv
example: https://tourism.api.opendatahub.bz.it/v1/Accommodation?fields=Id,AccoDetail.de.Name,AccoType.Id&format=csv

By setting Request Headers

Accept "text/csv"

Clone this wiki locally