Gets the individual activity grade records for a student's section for a given time period (max:7 days)
Namespace: WCFAPI
Assembly: WCFAPI (in WCFAPI.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public StudentSectionGrades GetGradeDetailForSection( string apiUsername, string apiPassword, string UserExternalID, string SectionCode, DateTime StartDate, DateTime EndDate )
Parameters
- apiUsername
- Type: SystemString
Username of the API user - apiPassword
- Type: SystemString
Password of the APU user - UserExternalID
- Type: SystemString
[Missing <param name="UserExternalID"/> documentation for "M:WCFAPI.Sections.GetGradeDetailForSection(System.String,System.String,System.String,System.String,System.DateTime,System.DateTime)"]
- SectionCode
- Type: SystemString
The section code that you want grade data for - StartDate
- Type: SystemDateTime
The start of the date range - EndDate
- Type: SystemDateTime
The end of the date range
Return Value
Type: StudentSectionGradesCollection of grades for the student's section
See Also