Module submission

Source

Functions§

get_course_submissions
get /api/v8/org/{organization_slug}/courses/{course_name}/submissions Returns the submissions visible to the user in a json format
get_course_submissions_by_id
get /api/v8/courses/{course_id}/submissions Returns the submissions visible to the user in a json format
get_course_submissions_for_current_user
get /api/v8/org/{organization_slug}/courses/{course_name}/users/current/submissions Returns the user’s own submissions in a json format
get_course_submissions_for_current_user_by_id
get /api/v8/courses/{course_id}/users/current/submissions Returns the user’s own submissions in a json format
get_course_submissions_for_last_hour
get /api/v8/courses/{course_id}/submissions/last_hour Returns submissions to the course in the latest hour
get_course_submissions_for_user
get /api/v8/org/{organization_slug}/courses/{course_name}/users/{user_id}/submissions Returns the submissions visible to the user in a json format
get_course_submissions_for_user_by_id
get /api/v8/courses/{course_id}/users/{user_id}/submissions Returns the submissions visible to the user in a json format
get_exercise_submissions_for_current_user
get api/v8/exercises/{exercise_id}/users/current/submissions Returns the current user’s submissions for the exercise in a json format. The exercise is searched by id.
get_exercise_submissions_for_user
get api/v8/exercises/{exercise_id}/users/{user_id}/submissions Returns the submissions visible to the user in a json format