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

Get the version number of the API. 

This is meant to be a human-readable string. To get the version numbers as separate components for software to read and use, use the GetAPIVersionComponents function instead. 

This function has security level "Public", and can be accessed by anyone without authentication.

C#
[WebMethod(Description = "Gets the version of the API")]
public string GetAPIVersion();

String containing the version number.

Copyright (c) VETtrak 2022. All rights reserved.