Documentation

Terms extends BaseEndpoint
in package

Routing class for the subnamespace `Terms`

Tags
@property

\Blackbaud\SKY\OneRoster\Endpoints\Terms\GradingPeriods $gradingPeriods

Table of Contents

Properties

$_gradingPeriods  : GradingPeriods|null
$endpoints  : array<string, BaseEndpoint>>
$url  : string

Methods

get()  : AcademicSessionsOutputModel
Returns a collection of terms.
getById()  : AcademicSessionOutputModel
Returns a specific term.

Properties

$endpoints

protected array<string, BaseEndpoint>> $endpoints = ["gradingPeriods" => "\\Blackbaud\\SKY\\OneRoster\\Endpoints\\Terms\\GradingPeriods"]

$endpoints Routing subpaths

$url

protected string $url = "https://api.sky.blackbaud.com/afe-rostr/ims/oneroster/v1p1/terms/{id}"

Methods

getById()

Returns a specific term.

public getById(array{id: string} $params) : AcademicSessionOutputModel
Parameters
$params : array{id: string}

An associative array

  • id: sourcedId for the term
Tags
throws
ArgumentException

if required parameters are not defined

Return values
AcademicSessionOutputModel

OK - It was possible to read the collection.


        
On this page

Search results