Get the Qualifications and Courses List.
This is an authenticated listing of all Qualifications and Courses.
Each Qualifications or Course is represented by a TQual. The collection of Qualifications and Courses is represented by a List of TQual.
A Qualification refers to training which is linked to a training package.
A Course refers to training which is not linked to a training package.
A token is passed for authentication. If the authentication fails, or other errors occur, no courses are returned. The result of the authentication is represented by a TAuthenticate object.
This function has security level "Unrestricted", and can be accessed by any authenticated user.
[WebMethod(Description = "Gets a list of all qualifications and courses")] public TAuthQualList GetQualificationAndCourses(string sToken);
Parameters |
Description |
string sToken |
String containing a token. |
TAuthQualList : an Authenticated list of all Courses.
Copyright (c) VETtrak 2022. All rights reserved.
|