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

Get the Positions List. 

This is an authenticated listing of all Positions. 

Each Position is represented by a TPosition. The collection of Positions is represented by a List of TPosition

A Position refers to a position in a company and is used in client employment. 

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

This function has security level "Unrestricted", and can be accessed by any authenticated user.

C#
[WebMethod(Description = "Gets a list of all positions")]
public TAuthPositionList GetPositions(string token);
Parameters 
Description 
string token 
String containing a token. 

TAuthPositionList : an Authenticated List of all Positions.

Copyright (c) VETtrak 2022. All rights reserved.