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

Get a list of skills for a client.

C#
[WebMethod(Description = "Gets a list of skills for a client")]
public TAuthClieSkillList GetSkillsForClient(string token, string clientCode);
Parameters 
Description 
string token 
String containing an authentication token. 
string clientCode 
String containing the Client Code of the Client to retrieve the skills for. 

TAuthClieSkillList containing a list of skills for the client.

This is a listing of all Skills for the Client. 

Each client skill is represented in a TClieSkill object. The list of client skills is in the returned TAuthClieSkillList 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 "Restricted". Users that have explicitly been granted permission to the API can use it with any parameters, otherwise, the logged-in client can only access their own data.

Copyright (c) VETtrak 2022. All rights reserved.