⚠Due to planned maintenance you will experience short (<30 min) downtime between 08:00 - 08:30 CET.
...
Code Block | ||
---|---|---|
| ||
curl https://sandbox-datamanager-api.wmda.info/api/v1/files/download \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer ••••••' \
--data '{
"ion": 9999,
"folder": "report",
"fileName": "<filename>.txt"
}' \
--output <filename>.txt |
Download full dataset
For those registries that are permitted to use the full dataset the statement below will fetch that. You can download the file in the folder "download"
...