Results
extends BaseEndpoint
in package
Table of Contents
Properties
- $url : string
Methods
- getByClassIdAndLiId() : ResultsOutputModelSvc
- Returns a collection of results for the specified ```class\_id``` and ```li\_id```.
Properties
$url
protected
string
$url
= "https://api.sky.blackbaud.com/afe-rostr/ims/oneroster/v1p1/classes/{class_id}/lineItems/{li_id}/results"
Endpoint URL pattern
Methods
getByClassIdAndLiId()
Returns a collection of results for the specified ```class\_id``` and ```li\_id```.
public
getByClassIdAndLiId(array{class_id: string, li_id: string} $params) : ResultsOutputModelSvc
Parameters
- $params : array{class_id: string, li_id: string}
-
An associative array
- class_id: sourcedId for the class
- li_id: sourcedId for the lineItem
Tags
Return values
ResultsOutputModelSvc —OK - It was possible to read the resource.