ThomasAPIService GetAssessmentReportLink Method (Guid, String, String, ReportTypeEnum, String, Boolean)Thomas API Webservices Reference Guide
Generates a publicly-accessible URL for a specified report

Namespace: Thomas.APIServices
Assembly: Thomas.APIServices (in Thomas.APIServices.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public string GetAssessmentReportLink(
	Guid AgentGUID,
	string AuthToken,
	string PersonRefID,
	ReportTypeEnum ReportType,
	string Locale,
	bool sampleReport
)

Return Value

A URL in the form of a OnlineString
See Also