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.
Scheduling recordings via REST API
Rich Media SGU
Tyro
in API
Hello,
When attempting to create a scheduled recording using the REST API endpoint "Panopto/api/v1/scheduledRecordings", I receive the following error message ""Message": "No HTTP resource was found that matches the request URI '".
The POST is being made to "https://myservername/Panopto/api/v1/scheduledRecordings".
It is worth noting that using GET, PUT, DELETE methods all work fine.http://myservername/Panopto/api/v1/scheduledRecordings. I can update existing schedules, retrieve information and delete schedules. i just cant create.
These test are also done in postman with the same results. what could i be doing wrong?
would be grateful for any assistance.
Thanks
0
Answers
Hi Rich,
There is an additional parameter required in the query parameters called
resolveConflicts
, which should be set to eithertrue
orfalse
, depending on if you want Panopto to try to automatically resolve any conflict when creating the new scheduled recording. This is a required parameter in the query, so the URL to POST to when creating a new scheduled recording should look like this:https://[PanoptoServerName]/Panopto/api/v1/scheduledRecordings?resolveConflicts=[true/false]
I hope that this helps. Please let me know if you have any other questions.
Thanks,
Kevin