E2020APIGetStudentCourseInfo Method A Sandcastle Documented Class Library
Get information about the courses assigned to a student

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

public StudentCourseResults GetStudentCourseInfo(
	string apiUsername,
	string apiPassword,
	string StudentExternalID
)

Parameters

apiUsername
Type: SystemString
Username of the API user
apiPassword
Type: SystemString
Password of the APU user
StudentExternalID
Type: SystemString
External ID of the student whose courses you want

Return Value

Type: StudentCourseResults
Information about all of a student's courses (enabled and disabled)
See Also

Reference