Click or drag to resize

IUsageReportingGetRecentReports Method

Get the reports recently requested or processed by the caller, optionally filtered to a specified reportType. This method is available in Panopto 5.7.0 and above.

Namespace:  Panopto.Server.Services.PublicAPI.V40
Assembly:  DataLib (in DataLib.dll) Version: 13.0.0.0 (13.0.0.00000)
Syntax
C#
IEnumerable<StatsReportStatus> GetRecentReports(
	AuthenticationInfo auth,
	Nullable<StatsReportType> reportType
)

Parameters

auth
Type: Panopto.Server.Services.PublicAPI.V40AuthenticationInfo
Used to authenticate the current user. Can be null if an auth cookie is passed
reportType
Type: SystemNullableStatsReportType
Optionally filter to this reportType

Return Value

Type: IEnumerableStatsReportStatus
A list of StatsReport status objects.
See Also