Generic Lists
https://qsc.quasiris.de/admin/#/list/playground/misspelling
Export API
The QSC provides a REST API to export Lists as CSV and Json.
To export a list a tenant and a code of the list must be provided. The Export API is secured by a static token (X-QSC-Token). TODO Link to security https://qsc.quasiris.de/admin/#/security/playground/api-key
- url: https://qsc.quasiris.de/api/v1/admin/list/export/{tenant}/{code}?type=json
- header: X-QSC-Token: **********
Example Export as json
This example shows a list export for the playground tenant and the list misspelling.
- tenant: playground
- code: misspelling
curl
-H "Accept: application/json" \
-H "X-QSC-Token: ************" \
https://qsc.quasiris.de/api/v1/admin/list/export/playground/misspelling?type=json
Example Export as CSV
- tenant: playground
- code: misspelling
curl
-H "Accept: application/json" \
-H "X-QSC-Token: ************" \
https://qsc.quasiris.de/api/v1/admin/list/export/playground/misspelling?type=json