Click or drag to resize

ISessionManagementGetSessionsList Method

Lists all the sessions the user has access to. Filtered, sorted, and paginated by the parameters in ListSessionsRequest. Note, the RemoteRecorderId filter only applies to a session's primary remote recorder.

Namespace:  Panopto.Server.Services.PublicAPI.V46.Soap
Assembly:  DataLib (in DataLib.dll) Version: 13.0.0.0 (13.0.0.00000)
Syntax
C#
ListSessionsResponse GetSessionsList(
	AuthenticationInfo auth,
	ListSessionsRequest request,
	string searchQuery
)

Parameters

auth
Type: Panopto.Server.Services.PublicAPI.V40AuthenticationInfo
Used to authenticate the current user. Can be null if an auth cookie is passed
request
Type: Panopto.Server.Services.PublicAPI.V40ListSessionsRequest
Specifies how to filter, sort, and paginate the response
searchQuery
Type: SystemString
The query to search by. Can be null

Return Value

Type: ListSessionsResponse
The requested sessions
See Also