Retrieves a list of all task statuses.
This function has security level "Unrestricted", and can be accessed by any authenticated user.
[WebMethod(Description = "Retrieves a list of all task statuses")] public TAuthTaskStatusList GetTaskStatuses(string token);
Parameters |
Description |
string token |
String containing a token. |
TAuthTaskStatusList containing the list of task statuses
Retrieves a list of TTaskStatus records, representing the user-defined task statuses from the VETtrak database. These statues have a "type" associated with them for either "In progress", "Completed", or "Cancelled"
Copyright (c) VETtrak 2022. All rights reserved.
|