QR basic auth; teiler, exporter, reporter -> min

This commit is contained in:
Enola Knezevic
2024-12-12 14:09:29 +01:00
parent 63274a4aba
commit 044e190be3
11 changed files with 23 additions and 13 deletions

View File

@ -0,0 +1,6 @@
# Full Excel Export
curl --location --request POST 'https://${HOST}/${PLATFORM}-exporter/request?query=Patient&query-format=FHIR_PATH&template-id=${PLATFORM}&output-format=EXCEL' \
--header 'x-api-key: ${EXPORT_API_KEY}'
# QB
curl --location --request POST 'https://${HOST}/${PLATFORM}-reporter/generate?template-id=${PLATFORM}'