Click or drag to resize

IUsageReportingGetQuizResultDownloadUrl Method

Get the download link for the quiz result report of a specific kind for a session. Must have analytics and quiz management permissions. This method is available in Panopto 8.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#
string GetQuizResultDownloadUrl(
	AuthenticationInfo auth,
	Guid sessionId,
	QuizResultReportType quizResultReportType
)

Parameters

auth
Type: Panopto.Server.Services.PublicAPI.V40AuthenticationInfo
Used to authenticate the current user. Can be null if an auth cookie is passed.
sessionId
Type: SystemGuid
The id of the session to report on
quizResultReportType
Type: Panopto.Server.Services.PublicAPI.V40QuizResultReportType
The type of quiz result report to request.

Return Value

Type: String
A url to the report download.
See Also