ThomasAPIService GetAvailableReports Method Thomas API Webservices Reference Guide
Gets a list of reports available in a specified language for a Person

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

public List<AvailableReport> GetAvailableReports(
	Guid AgentGUID,
	string AuthToken,
	string PersonRefID,
	AssessmentTypeEnum AssessmentType,
	string Locale
)

Return Value

A OnlineList T  of AvailableReports that can be created
See Also