GradingPeriods
extends BaseEndpoint
in package
Table of Contents
Properties
- $url : string
Methods
- get() : AcademicSessionsOutputModel
- Returns a collection of grading periods.
- getById() : AcademicSessionOutputModel
- Returns a specific grading period.
Properties
$url
protected
string
$url
= "https://api.sky.blackbaud.com/afe-rostr/ims/oneroster/v1p1/gradingPeriods/{id}"
Methods
get()
Returns a collection of grading periods.
public
get() : AcademicSessionsOutputModel
Return values
AcademicSessionsOutputModel —OK - It was possible to read the collection.
getById()
Returns a specific grading period.
public
getById(array{id: string} $params) : AcademicSessionOutputModel
Parameters
- $params : array{id: string}
-
An associative array
- id: sourcedId for the grading period
Tags
Return values
AcademicSessionOutputModel —OK - It was possible to read the collection.