DataFile method
Downloads a file with reporting statistics of the specified tenant gathered for the specified period.
GET http://localhost:8002/api/DataFile
Parameters
tenantName (string) is the name of the tenant for which to check the availability of reporting data.
year (int), month (int) specify the time for which to download the reporting data.
Responses
200 — download successful. The response body contains the binary zip archive with all data tables for the specified month. The table structure follows the reporting database model, and the tables themselves are in CSV format.
4/12/2024 6:16:02 PM