Export data to csv format - noi-techpark/odh-docs GitHub Wiki

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"