Daily Login Report

Jump to solution
gibbonsd
Community Participant

Is there a Canvas REST API that can be used to automate a daily login report at the end of the day to monitor a faculty member or a group of faculty members from start time of current day to the end time of current day?

Labels (1)
1 Solution
jperkins
Instructure
Instructure

The API endpoint you probably want is User Page Views. It allows for you to set a start time and an end time to pull data for. You'll have to loop through each faculty member you'll want to track.

View solution in original post