Documentation

LineItems extends BaseEndpoint
in package

Routing class for the subnamespace `LineItems`

Tags
@property

\Blackbaud\SKY\OneRoster\Endpoints\Classes\LineItems\Results $results

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

$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
throws
ArgumentException

if required parameters are not defined

Return values
LineItemsOutputModel

OK - It was possible to read the resource.


        
On this page

Search results