[ARCHIVED] Payload Format: Grading Multiple Submissions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2019
12:30 PM
I am attempting to automatically grade a certain assignment without submissions, and found that this can be achieved with the Submissions - Grading Multiple Submissions request, using the command:
POST /api/v1/courses/:course_id/assignments/:assignment_id/submissions/update_grades
However, I cannot seem to nail down the url for the payload. I currently have:
POST /api/v1/courses/:course_id/assignments/:assignment_id/submissions/update_grades/grade_data?grade_data\[<sis_user_id>\][posted_grade\]=6
Is this an incorrect request?
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.