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.
Setting Availability when scheduling
in API
Hi,
Not sure if this has been asked before. As far as I understand, the "Availability" settings is bound to the folder scope.
I am intending to create a schedule via REST API using something like
POST …/Panopto/api/v1/scheduledRecordings
but there are no parameters to specify the Availability of the resultant capture. I wonder if the availability can be updated via other API endpoints?
Use case: Let's say a folder's availability is set to never, but department admins may want specific capturing to be immediately available, even under that folder. Is this possible via REST API at the time of creating the schedule?
0
Answers
As soon as you schedule a recording, it gets a SessionID. You can then use that sessionID and the SessionAvailabilitySettings Class to change the availability.
Sorry, do you know if there is a REST API equivalence to this?
Could this be added into the REST API wish list?
I don't work for Panopto, but I don't believe there is a REST equivalent. Sorry!