Specialdays
extends BaseEndpoint
in package
Table of Contents
Properties
- $url : string
Methods
- list_() : SpecialDayCollection
- Returns a collection of special days.
Properties
$url
protected
string
$url
= "https://api.sky.blackbaud.com/school/v1/academics/specialdays"
Endpoint URL pattern
Methods
list_()
Returns a collection of special days.
public
list_(array{level_id: int} $params) : SpecialDayCollection
Requires at least one of the following roles in the Education Management system:
-
Academic Group Manager
-
Schedule Manager
Parameters
- $params : array{level_id: int}
-
An associative array
- level_id: Format - int32. Identifier for a specific school level.
Tags
Return values
SpecialDayCollection —Success