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

Get sessions in order

Hi!

We sort our sessions within folders using the "Order" feature.

How can i get the sessions via api in the specified order?

i tried:

$params['request'] = array(

'FolderId' => $folderId, 

'Pagination' => array(

'MaxNumberResults' => 30

),

'SortIncreasing' => true,

);


but the sessions are always returned in the same order (ignoring the ordering within the folder).

thanks!

stefan

Answers

Sign In or Register to comment.