Get grade and progress data for a student's section
Namespace: WCFAPI
Assembly: WCFAPI (in WCFAPI.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public StudentSectionDataResult GetGradeForSection( string apiUsername, string apiPassword, string UserExternalID, string SectionCode )
Parameters
- apiUsername
- Type: SystemString
API Username - apiPassword
- Type: SystemString
API Password - UserExternalID
- Type: SystemString
External User ID of the user assigned to the section - SectionCode
- Type: SystemString
The section code that you want grade data for
Return Value
Type: StudentSectionDataResult[Missing <returns> documentation for "M:WCFAPI.Sections.GetGradeForSection(System.String,System.String,System.String,System.String)"]
See Also