ThomasAPIService GetAssessmentReportLink Method (Guid, String, String, List 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,
	List<ReportTypeEnum> Reports,
	string Locale,
	bool sampleReport
)

Parameters

AgentGUID
Type: OnlineSystem Guid
The Agent GUID of the client
AuthToken
Type: OnlineSystem String
The authentication token of the client
PersonRefID
Type: OnlineSystem String
The reference ID of the person who completed the assessment
Reports
Type: OnlineSystem.Collections.Generic List ReportTypeEnum 
A list of report types to generate a link for
Locale
Type: OnlineSystem String
The language of report that is required
sampleReport
Type: OnlineSystem Boolean
Indicates whether we require the sample report

Return Value

A URL in the form of a OnlineString
See Also