Retrieves a list of all task definitions.
[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. |