Classes
extends BaseEndpoint
in package
Table of Contents
Properties
- $url : string
Methods
- getByTeacherId() : ClassOutputModel
- Returns a collection of classes for the specified ```teacher\_id```.
Properties
$url
protected
string
$url
= "https://api.sky.blackbaud.com/afe-rostr/ims/oneroster/v1p1/teachers/{teacher_id}/classes"
Endpoint URL pattern
Methods
getByTeacherId()
Returns a collection of classes for the specified ```teacher\_id```.
public
getByTeacherId(array{teacher_id: string} $params) : ClassOutputModel
Parameters
- $params : array{teacher_id: string}
-
An associative array
- teacher_id: sourcedId for the teacher
Tags
Return values
ClassOutputModel —OK - It was possible to read the resource.