ThomasAPIService.GetJobProfileReportLink Method Thomas API Webservices Reference Guide
Generates a publicly-accessible URL for a specified job profile report

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

public string GetJobProfileReportLink(
	Guid AgentGUID,
	string AuthToken,
	string JobRefID,
	string Locale
)

Return Value

A URL in the form of a OnlineString
See Also