Documentation

AcademicSessions extends BaseEndpoint
in package

Table of Contents

Properties

$url  : string

Methods

get()  : AcademicSessionsOutputModel
Returns a collection of academic sessions.
getById()  : AcademicSessionOutputModel
Returns a specific academic session.

Properties

$url

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

Methods

getById()

Returns a specific academic session.

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

An associative array

  • id: sourcedId for the academic session
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