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

Retrieves a list of all task statuses. 

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

C#
[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.