Gets a list of reports available in a specified language for a Person
Namespace: Thomas.APIServicesAssembly: 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 )
Parameters
- AgentGUID
- Type: System Guid
The Agent GUID of the client
- AuthToken
- Type: System String
The authentication token of the client
- PersonRefID
- Type: System String
The reference ID of the person to be retrieved
- AssessmentType
- Type: Thomas.APIServices.DataTypes AssessmentTypeEnum
The type of assessment to list report types for
- Locale
- Type: System String
The language of report required
Return Value
A List T of AvailableReports that can be createdSee Also