Topic: Report Execution Access denied
Hello Guys,
I have problem with report execution.. I have all access that i need but when I`m sending report execution request it returns error: 7 (Access denied).
Request string:
var Request = "svc=report/exec_report&sid=" + sid +
"¶ms={\"reportResourceId\":174,\"reportTemplateId\":2,\"reportObjectId\":3970,\"reportObjectSecId\":0,\"interval\":{\"flags\":0,\"from\":1359921600,\"to\":1360699199}}";
Please tell me what I`m doing wrong?
Thank you in advance