samedi-app can be used to automatically download appointment, form and document reports in CSV format.
There reports can be created in your samedi account.
To start the reporting-client
mode, launch samedi-app with one of the following parameters (--download-appointment-report
, --download-form-report
, --download-document-report
, --download-mhr-entries
) and provide the name of the saved template that you want to download.
%LOCALAPPDATA%\Programs\samedi-app\samedi-app.exe --download-appointment-report report-name --username username --password password --output-file output-file
%LOCALAPPDATA%\Programs\samedi-app\samedi-app.exe --download-form-report report-name --username username --password password --output-file output-file
%LOCALAPPDATA%\Programs\samedi-app\samedi-app.exe --download-document-report report-name --username username --password password --output-file output-file
%LOCALAPPDATA%\Programs\samedi-app\samedi-app.exe --download-mhr-entries --username username --password password --output-path filter-year
The output-file argument is optional. If it’s not present, the report will be printed in the terminal.
To view a help manual with all currently available options, you can call the --help
page:
%LOCALAPPDATA%\Programs\samedi-app\samedi-app.exe --help