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.
Are there an API Route ....
Sven Kjetil Haaø
Crackerjack
in API
Are there an API Route that gives the same data as the following link:
https://usn.cloud.panopto.eu/Panopto/Services/Data.svc/GetSubfolders
Attached is an image of what it should return.
Best Regards
Sven Haaø
Sys.Adm.
Tagged:
0
Answers
Hi Sven,
Thank you for posting this question.
We have REST API to navigate the folders: /api/v1/folders/{id}/children
I realized that this document misses a piece of information. When you pass zero GUID (00000000-0000-0000-0000-000000000000) as ID, it returns the folders at the top level.
I hope this helps.