Click or drag to resize

IUsageReportingGetReport Method

Download a copy of the report, specified by reportId. This method does not return a standard SOAP response, and will instead return the contents of the report as an attachment. A sample of how to use this method can be found on our GitHub page at https://github.com/Panopto/UsageReportingDownloadsExample. 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#
void GetReport(
	AuthenticationInfo auth,
	Guid reportId
)

Parameters

auth
Type: Panopto.Server.Services.PublicAPI.V40AuthenticationInfo
Used to authenticate the current user. Can be null if an auth cookie is passed
reportId
Type: SystemGuid
The id of the report to request (which is actually the id of the job to generate it).
See Also