Post edited 1:08 – June 20, 2009 by Paul
Hi,
I'm getting a null value for the <date_lastactivity> tag from the getSurveyList call.
<date_created>2009-05-18 13:50:46</date_created>
<date_lastactivity/>
<total_responses>0</total_responses>
I think at the very least (i.e. no activity at all) it should be equal to the date created value rather than null.
Additionally, I was wondering how the date of last activity could be earlier than the created date:
<date_created>2009-05-28 14:49:04</date_created>
<date_lastactivity>2009-05-28 10:59:38</date_lastactivity>
Kind regards,
-Paul