Click or drag to resize

AcademicServiceGetCourseRequests Method

Gets the course requests.

Namespace:  (Default Namespace)
Assembly:  SeniorSystemsWS (in SeniorSystemsWS.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public CourseRequest[] GetCourseRequests(
	string schoolID,
	string studentID,
	string grade,
	string courseID,
	bool includePending,
	string authKey
)

Parameters

schoolID
Type: SystemString
The School ID.
studentID
Type: SystemString
Optionally, restrict course requests to a single student.
grade
Type: SystemString
Optionally, restrict course requests to students in this grade.
courseID
Type: SystemString
Optionally, restrict course requests to only this course.
includePending
Type: SystemBoolean
If set to True, include pending (unapproved) requests in addition to the regular requests.
authKey
Type: SystemString
Authentication Key obtained from the loginExt method in UserManagementService for a current administrator connection.

Return Value

Type: CourseRequest
A list of CourseRequest objects.
Exceptions
ExceptionCondition
ApplicationExceptionInvalid authorization key
ApplicationExceptionInsufficient privileges
Remarks
The authorization key provided must be linked to an administrator role.
See Also