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

Get the prior education achievement recognition identifier list. 

This is a listing of all of the public domain prior education achievement recognition identifier items. 

Each prior education achievement recognition identifier item is represented by a TPredRecognition. The collection of prior education achievement recognition identifier items is represented by a List of TPredRecognition

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 achievement recognition identifier items")]
public TAuthPredRecognitionList GetPriorEducationRecognitionList();

TAuthPredRecognitionList : an authenticated list of all prior education achievement recognition identifier items.

Copyright (c) VETtrak 2022. All rights reserved.