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

Retrieves a list of all task definitions.

C#
[WebMethod(Description = "Retrieves a list of all task definitions")]
public TAuthTaskList GetTasks(string token);
Parameters 
Description 
string token 
String containing a token. 

TAuthTaskList containing the list of all task definitions

This function retrieves a list of all the task definitions set up in VETtrak. 

Each task definition is represented by a TTask object. The list of task definitions is in the returned TAuthTaskList object. 

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

Requires a valid registration key entry for the Tasks feature. 

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

Copyright (c) VETtrak 2022. All rights reserved.