Gradebook Backend API Documentation - v0.0.1
Preparing search index...
grade-history/grade-history.controller
GradeHistoryController
Class GradeHistoryController
Index
Constructors
constructor
Methods
get
Grade
History
By
Student
get
Grade
History
By
Teacher
Constructors
constructor
new
GradeHistoryController
(
gradeHistoryService
:
GradeHistoryService
,
)
:
GradeHistoryController
Parameters
gradeHistoryService
:
GradeHistoryService
Returns
GradeHistoryController
Methods
get
Grade
History
By
Student
getGradeHistoryByStudent
(
query
:
GetGradeHistoryByStudentDto
,
)
:
Promise
<
GradeHistory
[]
>
Parameters
query
:
GetGradeHistoryByStudentDto
Returns
Promise
<
GradeHistory
[]
>
get
Grade
History
By
Teacher
getGradeHistoryByTeacher
(
query
:
GetGradeHistoryByTeacherDto
,
)
:
Promise
<
GradeHistory
[]
>
Parameters
query
:
GetGradeHistoryByTeacherDto
Returns
Promise
<
GradeHistory
[]
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
Grade
History
By
Student
get
Grade
History
By
Teacher
Gradebook Backend API Documentation - v0.0.1
Loading...