Documentation

Gradedassignments extends BaseEndpoint
in package

Table of Contents

Properties

$url  : string

Methods

searchByStudentIdAndSectionId()  : StudentGradedAssignmentCollection
Returns the graded assignments for the specified ```student\_id``` and their ```section\_id```.

Properties

$url

protected string $url = "https://api.sky.blackbaud.com/school/v1/academics/{student_id}/{section_id}/gradedassignments"

Endpoint URL pattern

Methods

searchByStudentIdAndSectionId()

Returns the graded assignments for the specified ```student\_id``` and their ```section\_id```.

public searchByStudentIdAndSectionId(array{student_id: int, section_id: int, marking_period_id: int} $params) : StudentGradedAssignmentCollection

Requires at least one of the following roles in the Education Management system:

  • Student

  • Parent

Parameters
$params : array{student_id: int, section_id: int, marking_period_id: int}

An associative array

  • student_id: Format - int32. The ID of the student to view graded assignments for.
  • section_id: Format - int32. The ID of the lead section for the student.
  • marking_period_id: Format - int32. The ID of the marking period to return grades for.
Tags
throws
ArgumentException

if required parameters are not defined

Return values
StudentGradedAssignmentCollection

Success


        
On this page

Search results