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

Gets the list of education history entries recorded for a client. 

Specify the client code of the client to get education history for. The education history is returned in a list of TEducationHistory objects. 

This is a list of entries under the Education History node for a client in VETtrak. Each field is a free-text field. 

A token is passed for authentication. If the authentication fails, or other errors occur, the education history is not returned. The result of the authentication is represented by a TAuthenticate object. 

This function has security level "Restricted". Users that have explicitly been granted permission to the API can use it with any parameters, otherwise, the logged-in client can only access their own data.

C#
[WebMethod(Description = "Gets the education history recorded for a client")]
public TAuthEducationHistoryList GetEducationHistory(string token, string clientCode);
Parameters 
Description 
string token 
String containing a token. 
string clientCode 
String code of client to get education history for. 

TAuthEducationHistoryList : an Authenticated list of education history.

Copyright (c) VETtrak 2022. All rights reserved.