Canvas Rest API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2022
04:57 PM
I am working with developers to develop a custom report we can pull from Canvas that shows us the final grader or all graders required to grade submitted work. We are using a CRON job to go through the data.
Below are a couple of questions from my development team.
- We want to fetch the submissions that are submitted but not graded yet. What represents the correct workflow_state for this? pending_review or submitted? What is the difference between the two?
- How do we fetch the final grader(or all graders) for submission by a student? Do we first need to fetch the student group for it? Does user API return group_id as well? What is the difference between group and assessment group?
Any feedback would be appreciated.
Cheers
Jeremy Callan