This method returns course progress information for active courses for a given student.
Namespace: WCFAPI
Assembly: WCFAPI (in WCFAPI.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public StudentProgressDataResult GetStudentProgressData( 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
Unique ID used to identify the student in your system
Return Value
Type: StudentProgressDataResultList of current progress data for student's courses
See Also