Studentdegrees
extends BaseEndpoint
in package
Table of Contents
Properties
- $url : string
Methods
- searchByStudentId() : UserDegreeOutputModelCollection
- Returns a collection of degree/diplomas assigned to the student.
Properties
$url
protected
string
$url
= "https://api.sky.blackbaud.com/school/v1/degrees/studentdegrees/{student_id}"
Endpoint URL pattern
Methods
searchByStudentId()
Returns a collection of degree/diplomas assigned to the student.
public
searchByStudentId(array{student_id: int} $params) : UserDegreeOutputModelCollection
Each degree/diploma has a collection of majors, minors and/or concentrations as appropriate for that degree or diploma.
Requires the following role in the Education Management system:
-
Degree Manager
-
Diploma Manager
-
Student
-
Parent
Parameters
- $params : array{student_id: int}
-
An associative array
- student_id: Format - int32. user Id
Tags
Return values
UserDegreeOutputModelCollection —Success