Structsยง
Functionsยง
- _add_
routes - get_
all_ ๐research_ form_ answers_ with_ user_ id - GET
/api/v0/main-frontend/users/get-user-research-consents
- Gets all users research consents for a course specific research form. - get_
course_ instance_ enrollments_ for_ user - GET
/api/v0/main-frontend/users/:id/course-instance-enrollments
- get_
my_ ๐courses - GET
/api/v0/main-frontend/users/my-courses
- Gets all the courses the user has either started or gotten a permission to. - get_
research_ consent_ by_ user_ id - GET
/api/v0/main-frontend/users/get-user-research-consent
- Gets users research consent. - get_
user - GET
/api/v0/main-frontend/users/:id
- get_
user_ reset_ exercise_ logs - GET
/api/v0/main-frontend/users/:id/user-reset-exercise-logs
- Get all logs of reset exercises for a user - post_
user_ consents - POST
/api/v0/main-frontend/users/user-research-consents
- Adds a research consent for a student.