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

Get the version number of the API as an object that contains properties for each of the version numbers. 

This is meant to be easier for software to read. To get the version details as a single human-readable string, use the GetAPIVersion function. 

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

C#
[WebMethod(Description = "Gets the versions of the API in separate properties")]
public TAPIVersion GetAPIVersionComponents();

TAPIVersion containing the version numbers.

Copyright (c) VETtrak 2022. All rights reserved.