Hello,
We are trying to create reports that include when a student last accessed their course. I know this can be done with the data portal by getting the latest request timestamp in the requests table but that is a few days behind - we need it in real time. I am not seeing a quick way to do this with the API. I only see going through every request the user has made between the start of the term and current day then loop through until I hit the course ID.
Is there a better way I'm not seeing or are these two ways my only options?
Thank you,
Nick