ThomasAPIService GetJobComparisonReportLink Method Thomas API Webservices Reference Guide
Generates a publicly-accessible URL for a job comparison report

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

public string GetJobComparisonReportLink(
	Guid AgentGUID,
	string AuthToken,
	string JobRefID,
	string PersonRefID,
	string Locale
)

Return Value

A URL in the form of a OnlineString
See Also