E2020APIGetReviewsRequired Method A Sandcastle Documented Class Library
This method returns all lessons for a given student that require a review.

Namespace: WCFAPI
Assembly: WCFAPI (in WCFAPI.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax

public StudentReviewsRequired GetReviewsRequired(
	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: StudentReviewsRequired
List of courses and lessons that require a teacher review
See Also

Reference