01-11-2016 08:50 AM
Thank you in advance for help with this issue!
Solved! Go to Solution.
01-28-2016 03:37 PM
Hello again, Sean! Have you tried using the listControl option for LstMeetingAttendeeHistory? The syntax is:
<listControl>
<serv:startFrom>1</serv:startFrom>
<serv:maximumNum>10</serv:maximumNum>
<serv:listMethod>OR</serv:listMethod>
</listControl>
01-13-2016 10:16 AM
Greetings, Sean!
For your first question, the number of returned rows cannot be increased, which is why you received the error. You can submit multiple requests, specifying the starting point for records to be returned (i.e. the first request returns 1-50, the second returns 51-100, etc).
For your second question, LstMeetingAttendee shows pre-meeting information, so there's no way to limit its response to only people who actually attended the meeting. For that same reason, LstMeetingAttendee also cannot return information about anyone who attended the meeting that wasn't originally invited.
I believe that you actually want to use LstMeetingAttendeeHistory, which gets post-meeting information. It addresses both of those issues.
Note: If the meeting has been removed from the calendar, LstMeetingAttendeeHistory won't be able to retrieve any information.
01-13-2016 11:27 AM
Hi Michael - thank you very much for the reply! Would you be able to tell me why it's only returning 50 results vs. whole list and how to page through it?
01-28-2016 03:37 PM
Hello again, Sean! Have you tried using the listControl option for LstMeetingAttendeeHistory? The syntax is:
<listControl>
<serv:startFrom>1</serv:startFrom>
<serv:maximumNum>10</serv:maximumNum>
<serv:listMethod>OR</serv:listMethod>
</listControl>
05-05-2016 08:37 AM
Hi Michael
I want to get the data for all the users who registered for a specific event(similar to the registration report). Currently I am using the GetEnrollmentInfo which provides all the data I need but it is only giving back 17 records starting from 1 even though the record count is way higher.
I tried adding the list control, but it gives error.
Can you please let me know how can I achieve this or if there is some setting I have to do.
Thanks
Abhay
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide