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.
API to Return PercentCompleted for Specific Session and User
Hello,
Currently, there are two APIs in Panopto that provide the PercentCompleted
value:
/api/v1/sessions/{id}/viewers
– PercentCompleted/api/v1/users/{id}/sessions/viewed
– PercentCompleted
Would it be possible to create an API that takes both a sessionId
and a userId
as input and returns the PercentCompleted
for that specific user-session combination?
With the current methods, we have to retrieve a large amount of data each time, which is inefficient.
We would like a way to simply get the percent completed for a specific user and session only.
This would be very helpful in improving performance for our use case.
Thank you very much for your consideration.
1