Gets a list of Web Enrolments created or modified since the specified date.
The sinceDate parameter is a date/time indicating the date after which to get Web Enrolments.
A token is passed for authentication. If the authentication fails, or other errors occur, no staff members are 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.
[WebMethod(Description = "Gets a list of web enrolments since the specified Date")] public TAuthWebeList GetWebEnrolmentsSince(string sToken, DateTime sinceDate);
Parameters |
Description |
DateTime sinceDate |
DateTime for the date to search by. |
token |
String containing a token. |
TAuthWebeList an authenticated list of Web Enrolments created or modified since the supplied date.
Copyright (c) VETtrak 2022. All rights reserved.
|