All URIs are relative to https://virtserver.swaggerhub.com/LEBEDEVKM/NetSchool/5.10.63221
Method | HTTP request | Description |
---|---|---|
StudentDiary | Get /student/diary | |
StudentDiaryInit | Get /student/diary/init |
Diary StudentDiary(ctx, studentId, optional)
returns all assignments
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
studentId | int32 | ||
optional | *StudentApiStudentDiaryOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a StudentApiStudentDiaryOpts struct
Name | Type | Description | Notes |
---|
weekStart | optional.String| | weekEnd | optional.String| | withLaAssigns | optional.Bool| | withPastMandatory | optional.Bool| | yearId | optional.Int32| |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
StudentDiaryInit StudentDiaryInit(ctx, )
returns strudent diary init data
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]