Get A Student's Course structure given the External Course Code
Namespace: WCFAPI
Assembly: WCFAPI (in WCFAPI.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public CourseStructureResults GetStudentCourseStructure( string apiUsername, string apiPassword, string StudentExternalID, string ExtCourseCode )
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 course you want - ExtCourseCode
- Type: SystemString
External ID of the course whose structure you want
Return Value
Type: CourseStructureResultsStructure of a student's course
See Also