E2020APIGetStudentSessionLogs Method A Sandcastle Documented Class Library
This method returns all login session information for a given student for a range of up to 7 days.

Namespace: WCFAPI
Assembly: WCFAPI (in WCFAPI.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax

public StudentSessionLogResult GetStudentSessionLogs(
	string apiUsername,
	string apiPassword,
	string StudentExternalID,
	DateTime StartDate,
	DateTime EndDate
)

Parameters

apiUsername
Type: SystemString
Username of the API user
apiPassword
Type: SystemString
Password of the APU user
StudentExternalID
Type: SystemString
Unique ID used to identify the student in your system
StartDate
Type: SystemDateTime
The start of the date range
EndDate
Type: SystemDateTime
The end of the date range

Return Value

Type: StudentSessionLogResult
List of student's logged on sessions
See Also

Reference