Canvas Rest API

jeremycallan88
Community Member

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

 

0 Likes