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

Get the School Level List. 

This is a listing of all of the public domain School Level items. 

Each School Level item is represented by a TScle. The collection of School Level items is represented by a List of TScle

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 school levels")]
public TAuthScleList GetSchoolLevelList();

TAuthScleList : an authenticated list of all School Level items.

Copyright (c) VETtrak 2022. All rights reserved.