Welcome to the Panopto Community

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.
Options

SOAP: Able to look into a folder but not SEE anything but recorded sessions...

Hello there.

We are looking to use the SOAP aPI to return everything that is associated with a folder as we are hoping to possible more things in the folder to a different folder.

When accessing the SOAP Api we are able to retrieve recoded session but scheulded sessions and playlists are not available and do not show in the returned items of the folder.

Is there any way to return ALL the items for a folder.


Thanks

Tagged:

Answers

  • Options
    Kevin BaumKevin Baum Panopto Employee

    Hi Robert,

    Unfortunately, we do not currently have a single endpoint to get all of the objects for a folder. You would need to get the sessions and the playlists separately.

    The GetSessionsList SOAP API method can return all sessions (included scheduled sessions) in a folder. By default, it will only return completed sessions but you can get additional session types by specifying a list of States in the request. If you add all of the available states, then the call will return all sessions currently in that folder. Please see our documentation for more information on this endpoint:

    Regarding playlists, we do not have a SOAP API endpoint to get playlists for a folder. That information can be accessed using our REST API, which can get a list of all playlists in a folder. Please see our REST documentation for more information:

    I hope this helps. Please let me know if you have any other questions.

    Thanks,

    Kevin

Sign In or Register to comment.