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
get()
Returns a collection of courses.
public
get() : CoursesOutputModel
Return values
CoursesOutputModel —OK - It was possible to read the collection.
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
Return values
CourseOutputModel —OK - It was possible to read the resource.