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.
Feature Request? API for getting all folders of a user?
Samuel Chan
Tyro
in API
Hi,
This may be a feature request, but since it is API related, I am posting this here instead.
I am looking for an API endpoint that given an ID of a user in the parameter, the endpoint will return me a list of folders (with Folder GUID) that this user has access to, including their personal folder.
Is there an existing API endpoint or similar one that I could use?
Thank you
-Sam
1
Comments
ISessionManagement.GetCreatorFoldersList()
https://support.panopto.com/resource/APIDocumentation/Help/html/eddca0e9-f619-e58f-541b-132f4a7e71ee.htm
It doesn't seem to return the home folder though.
Sorry, I forgot to mention in my previous message. My question is actually about the REST API, not the SOAP API. Sorry for any confusion.
Hi Samuel,
In the next Panopto release we have a new REST API folders endpoint (/api/v1/folders/creator).
This should return all the folders where user has creator rights, including their personal folder.
I hope this helps.
Thanks,
Adis
Thank you Adis,
Is there an estimated timeline for when this new release would be released?
Hi Samuel,
I believe the next official Panopto release is likely to be around mid-February 2025.
Thanks,
Adis
Good to know. Thank you.
@Adis Hrnjica Where can we subscribe for more information about the API updates? I'm so excited to hear about updates to the API!! 💚
Hi Jonathan,
For now I think only resource is release notes:
https://community.panopto.com/categories/release-notes
I hope that helps. Thanks.