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

Get a list of all skill definitions.

C#
[WebMethod(Description = "Gets a list of all skill definitions")]
public TAuthSkillList GetSkills(string token);
Parameters 
Description 
string token 
String containing an authentication token. 

TAuthSkillList containing a list of skill definitions.

Each skill is represented in a TSkill object. The list of skills is in the returned TAuthSkillList object. 

A token is passed for authentication. If the authentication fails, or other errors occur, an empty list is returned. The result of the authentication is represented by a TAuthenticate object. 

This function has security level "Protected", and can only be accessed by users that have explicitly been granted permission to the API.

Copyright (c) VETtrak 2022. All rights reserved.