Documentation

Courses extends BaseEndpoint
in package

Table of Contents

Properties

$url  : string

Methods

get()  : CoursesOutputModel
Returns a collection of courses.
getById()  : CourseOutputModel
Returns a specific course.

Properties

$url

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

Methods

getById()

Returns a specific course.

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

An associative array

  • id: sourcedId for the course
Tags
throws
ArgumentException

if required parameters are not defined

Return values
CourseOutputModel

OK - It was possible to read the resource.


        
On this page

Search results