EnrollmentAPI
- Description:
EnrollmentAPI namespace
- See:
-
- TEnrollment in Models.Enrollment
Methods
(static) *common(req, res)
Parameters:
Name | Type | Description |
---|---|---|
req |
Object | |
res |
Object |
Throws:
status | message | description |
---|---|---|
404 | ENROLLMENT_NOT_FOUND | if enrollment is not found |
(static) CEnrollment API(req, res)
- Description:
수강신청 API
- Version:
- 2.0.0
Parameters:
Name | Type | Description | |||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
req |
Object |
Properties
|
|||||||||||||||||||||||||||||||
res |
Object |
Throws:
status | message | description |
---|---|---|
409 | ENROLLMENT_IN_USE | if enrollment is already made |
409 | STUDENTS_FULL | if syllabus.limit!==0 and syllabus.count>=syllabus.limit |
409 | TIME_DUPLICATED | if time is duplicated |
(static) DEnrollment API(req, res)
- Description:
수강 취소 API
- Version:
- 2.0.0
Parameters:
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
req |
Object |
Properties
|
||||||||||||
res |
Object |
(static) REnrollment API(req, res)
- Description:
수강 정보 조회 API
- Version:
- 2.0.0
Parameters:
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
req |
Object |
Properties
|
||||||||||||
res |
Object |
Properties
|
(static) REnrollments API(req, res)
- Description:
수강 정보 목록 조회 API
- Version:
- 2.0.0
Parameters:
Name | Type | Description | |||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
req |
Object |
Properties
|
|||||||||||||||||||||||||||||||
res |
Object |
Properties
|
(static) REnrollmentsWithEvaluation API(req, res)
- Description:
평가 목록 조회 API
- Version:
- 2.0.0
Parameters:
Name | Type | Description | |||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
req |
Object |
Properties
|
|||||||||||||||||||||||||||||||
res |
Object |
Properties
|
(static) UEnrollmentMemo API(req, res)
- Description:
수강 정보 메모 수정 API
- Version:
- 2.0.0
Parameters:
Name | Type | Description | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
req |
Object |
Properties
|
|||||||||||||||||||||
res |
Object |
(static) UEvaluation API(req, res)
- Description:
평가 수정 API
- Version:
- 2.0.0
Parameters:
Name | Type | Description | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
req |
Object |
Properties
|
|||||||||||||||||||||
res |
Object |
(static) UHideEnrollmentFromCalendar API(req, res)
- Description:
캘린더(수강 중인 수업)에서 숨김 설정 API
- Version:
- 2.0.0
Parameters:
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
req |
Object |
Properties
|
|||||||||||||||
res |
Object |
(static) UShowEnrollmentOnCalendar API(req, res)
- Description:
캘린더(수강 중인 수업)에서 조회 설정 API
- Version:
- 2.0.0
Parameters:
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
req |
Object |
Properties
|
|||||||||||||||
res |
Object |