Click or drag to resize

ISessionManagementGetSessionsById Method

Gets a list of sessions by Id. The user must have access to all the requested folders

Namespace:  Panopto.Server.Services.PublicAPI.V46.Soap
Assembly:  DataLib (in DataLib.dll) Version: 13.0.0.0 (13.0.0.00000)
Syntax
C#
IEnumerable<Session> GetSessionsById(
	AuthenticationInfo auth,
	IEnumerable<Guid> sessionIds
)

Parameters

auth
Type: Panopto.Server.Services.PublicAPI.V40AuthenticationInfo
Used to authenticate the current user. Can be null if an auth cookie is passed
sessionIds
Type: System.Collections.GenericIEnumerableGuid
The ids of the sessions to retrieve

Return Value

Type: IEnumerableSession
The requested sessions
See Also