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

Retrieves a web waitlist entry.

C#
[WebMethod(Description = "Retrieves a web waitlist entry with the specified ID")]
public TAuthWebWaitlist GetWebWaitlist(string token, int webWaitlistId);
Parameters 
Description 
string token 
String containing a token. 
int webWaitlistId 
Integer web waitlist ID to return. 

TAuthWebWaitlist containing the details of the web waitlist entry.

The webWaitlistId parameter is the ID of the web waitlist entry to retrieve. This is the ID returned from AddClientWebWaitlist

The Web Waitlist entry is represented by a TWebWaitlist

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

Requires a valid registration key entry for the Short Courses feature. 

This function has security level "Protected", and can only be accessed by users that have explicitly been granted permission to the API.

Copyright (c) VETtrak 2022. All rights reserved.