We are trying to track down students that haven't been able to have internet access to work within their course. I see in Buzz that I can run reports, but only by individual student. What would the best DLAP command be in order to list all students and their last login date within a certain courseID? Thank you!
You can use the ListEntityEnrollments API to see the last activity each student had in the course and the last time the logged into Buzz. For example, if my course's ID was 1234, I could make the following API request.
Comments (1)
Hello Chris:
You can use the ListEntityEnrollments API to see the last activity each student had in the course and the last time the logged into Buzz. For example, if my course's ID was 1234, I could make the following API request.
In the response, the `enrollment` object will contain lastactivitydate and the `user` object will contain lastlogindate.
Let me know if this helps!