Activity Stream - New Graded Assignments
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2016
12:47 PM
Which API to use to get new graded assignments?
In Users - Canvas LMS REST API Documentation I should get:
{
'type': 'Message',
'message_id': 1234,
'notification_category': 'Assignment Graded'
}
But what I'm getting from calling api/v1/users/activity_stream is:
{
"type": "Submission",
...
"grade": "4",
...
"workflow_state": "graded",
}
Thanks in advance for any help.