Export
This documentation will explain how you can make a call to get an articles export locally(csv or Excel).
CSV
You can execute the following request in the browser by providing the key and customer ID. The response will be a CSV file containing a list of items.
Request
GET - /api/v1/export/csv?language=en_BE&key=xxxxxxxxxxxxxxxxxx&cusid=xxxxxxxxxx
Excel
You can execute the following request in the browser by providing the key and customer ID. The response will be an Excel file containing a list of items.
Request
GET - /api/v1/export/excel?language=en_BE&key=xxxxxxxxxxxxxxxxxx&cusid=xxxxxxxxxx
JSON
This is actually not an export response to a file, but a JSON response as we know it from a normal API. This can be used as a normal API request.
Request
GET - /api/v1/export/json?language=en_BE&key=xxxxxxxxxxxxxxxxxx&cusid=xxxxxxxxxx