The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December.
Read our blog post for more info about this change.
Found this content helpful? Log in or sign up to leave a like!
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.
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in