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.
Issue with PercentCompleted Not Appearing in /users/{id}/sessions/viewed API
in API
Hello,
I’ve found that there are two APIs in Panopto that return the PercentCompleted
value:
/api/v1/sessions/{id}/viewers
– PercentCompleted/api/v1/users/{id}/sessions/viewed
– PercentCompleted
While the first one consistently returns data, the second one sometimes does not return any results. If I change the user ID in the second API, I can see data for some users, but for certain users, no results are returned at all.
In such cases, what should I look into to understand or resolve this issue?
Thank you.
0
Answers
I add includeCompleted option.
Thank you