Please note: All new registrants to the Panopto Community Forum must be approved by a forum moderator or admin. As such, if you navigate to a feature that is members-only, you may receive an error page if your registration has not yet been approved. We apologize for any inconvenience and are approving new members as quickly as possible.
Trying to help professor get their Panopto viewer stats/data to their SFTP via the Panopto API
MIke Wiseman
Tyro
in API
Hello:
One of our professors is trying to get her Panopto viewer stats/data to their SFTP via the Panopto API when she generates reports. I am unable to find anything in documentation or the forum. Can you help?
Mike Wiseman
University of Tennessee
Tagged:
0
Answers
We have two endpoints you may find useful:
/api/v1/sessions/{id}/viewers (Get a list of users who have viewed this session)
/api/v1/users/{id}/sessions/viewed (Get a list of partially viewed sessions for the specified user)
They are documented here: https://demo.hosted.panopto.com/Panopto/api/docs/index.html#/
Asher
Panopto Platform Developer