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

Get the Prior Education List. 

This is a listing of all of the public domain Prior Education items. 

Each Prior Education item is represented by a TPred. The collection of Prior Education items is represented by a List of TPred

Note that the TPred.Recognition field will not be populated. This field only applies to a specific client's prior education. 

Since this data is public, no authentication is required. The returned Auth is used only for status and messages.

C#
[WebMethod(Description = "Gets a list of all prior education items")]
public TAuthPredList GetPriorEducationList();

TAuthPredList : an authenticated list of all Prior Education items.

Copyright (c) VETtrak 2022. All rights reserved.