 | AcademicServiceGetSchoolCurrentMarkingPeriod Method |
Get the current marking period for a school/division.
Namespace:
(Default Namespace)
Assembly:
SeniorSystemsWS (in SeniorSystemsWS.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic MarkingPeriod GetSchoolCurrentMarkingPeriod(
string schoolID,
string authKey
)
Public Function GetSchoolCurrentMarkingPeriod (
schoolID As String,
authKey As String
) As MarkingPeriod
public:
MarkingPeriod^ GetSchoolCurrentMarkingPeriod(
String^ schoolID,
String^ authKey
)
public function GetSchoolCurrentMarkingPeriod(
schoolID : String,
authKey : String
) : MarkingPeriod
function GetSchoolCurrentMarkingPeriod(schoolID, authKey);
Parameters
- schoolID
- Type: SystemString
The School ID. - authKey
- Type: SystemString
Authentication Key obtained from the loginExt method in UserManagementService for a current administrator connection.
Return Value
Type:
MarkingPeriodA
MarkingPeriod object.
Exceptions
Remarks
The authorization key provided must be linked to an administrator role.
See Also