Problem with downloading reports via Report Service API
Hello,
I’m trying to generate report using Report API but what I get is not what I expect as a report. I’m going to generate report named “Leady z sumą aktywności”. This report generated using GUI looks likes fine. This (or something similar) is what I expect generating report from API while I get some corrupted file.
I’m logging with following command:
wget --keep-session-cookies --save-cookies "cookiefile1.txt" --post-data "j_username=env_name/user_name&j_password=xxxx&langCode=PLK" https://secure-ausomxapa.crmondemand.com/OnDemand/authenticate
I’m generating report with following command:
wget --load-cookie "cookiefile1.txt" --output-document "rep1.csv"