Click or drag to resize

IUsageReportingGetUserExtendedDetailedUsage Method

Gets extended detailed usage for a user. Includes views with details on playback state and seeking. Must be an admin or the user being queried for. This method is available in Panopto 6.0.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#
ExtendedDetailedUsageResponse GetUserExtendedDetailedUsage(
	AuthenticationInfo auth,
	Guid userId,
	Pagination pagination,
	DateTime beginRange,
	DateTime endRange
)

Parameters

auth
Type: Panopto.Server.Services.PublicAPI.V40AuthenticationInfo
Used to authenticate the current user. Can be null if an auth cookie is passed
userId
Type: SystemGuid
The id of the user to report on
pagination
Type: Panopto.Server.Services.PublicAPI.V40Pagination
Used to paginate the response
beginRange
Type: SystemDateTime
Beginning of date range to limit to
endRange
Type: SystemDateTime
End of date range to limit to

Return Value

Type: ExtendedDetailedUsageResponse
Extended detailed usage response
See Also