LineItems
extends BaseEndpoint
in package
Routing class for the subnamespace `LineItems`
Tags
Table of Contents
Properties
- $_results : Results|null
- $endpoints : array<string, BaseEndpoint>>
- $url : string
Methods
- getByClassId() : LineItemsOutputModel
- Returns a collection of lineItems for the specified ```class\_id```.
Properties
$_results
protected
Results|null
$_results
= null
$_results
$endpoints
protected
array<string, BaseEndpoint>>
$endpoints
= ["results" => "\\Blackbaud\\SKY\\OneRoster\\Endpoints\\Classes\\LineItems\\Results"]
$endpoints Routing subpaths
$url
protected
string
$url
= "https://api.sky.blackbaud.com/afe-rostr/ims/oneroster/v1p1/classes/{class_id}/lineItems"
Endpoint URL pattern
Methods
getByClassId()
Returns a collection of lineItems for the specified ```class\_id```.
public
getByClassId(array{class_id: string} $params) : LineItemsOutputModel
Parameters
- $params : array{class_id: string}
-
An associative array
- class_id: sourcedId for the class
Tags
Return values
LineItemsOutputModel —OK - It was possible to read the resource.