This method returns all grades 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 StudentGradesAll GetStudentGrades( 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: StudentGradesAllList of grade info for student's courses
See Also