ContributionsMost RecentMost LikesSolutionsRe: Cannot make getReport work using LogMeIn Rescue API My date range was from 6/19/2018 6:00:00 to 6/20/2018 15:59:59, ReportTime was set from 6:00:00 to 17:00:00, TimeZone is set to -480, ReportArea is set to "0", Delimiter is set to "|", Output is set to "TEXT", Node is set to a Technician's ID #, and NodeRef is set to "NODE". Do I need my own account at the Admincenter to use the reporting feature from the LogMeIn Rescue API? I haven't made my account yet. Thank you. Cannot make getReport work using LogMeIn Rescue API Hello, all. I am using theHttpWebRequest method in VB.Net to generate a report that shows a technician's activity over a period of time. But after I rewrote the sample code"C# with HttpWebRequest" to fit my own needs, the server response keeps giving me the following error: getReport result: ERROR The HttpWebRequest server responses forsetReportArea, setDelimiter, setOutput, setReportDate, setReportTime, and setTimeZone methods are coming out fine: setReportArea result: OK setDelimiter result: OK setOutput result: OK setReportDate result: OK setReportTime result: OK setTimezone result: OK From the LogMeIn Rescue API User Guide's getReport page, a return value of ERROR means, "An unspecified error occurred, such as timeout." But the HttpWebRequest's status said it was OK (status code: 200). It's just that the server response is returning "ERROR". What am I doing wrong? Please help. Thank you.