ASP.NET VETtrak API web services
ContentsIndexHome
PreviousUpNext
VT_API.GetQualifications Method

Get the Qualifications List. 

This is an authenticated listing of all Qualifications. 

Each Qualification is represented by a TQual. The collection of Qualifications is represented by a List of TQual

A Qualification refers to training which is linked to a training package. 

A token is passed for authentication. If the authentication fails, or other errors occur, no qualifications 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.

C#
[WebMethod(Description = "Gets a list of all qualifications")]
public TAuthQualList GetQualifications(string sToken);
Parameters 
Description 
string sToken 
String containing a token. 

TAuthQualList : an Authenticated list of all Qualifications.

Copyright (c) VETtrak 2022. All rights reserved.