How to get activity time by date via API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2022
11:54 AM
Hi everyone,
1 - Using the enrollments endpoint I can get the total_activity_time and last_activity_at.
2 - Using the analytics endpoint I can get the time each page view happened.
I need also the duration of each activity by date per StudentEnrollment. So for each day I would know how long the student interacted with an enrollment.
I there a way to achieve this using the API or GraphQL?
Role: Admin
Thank you.