[ARCHIVED] Re-engagement DOE RSI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there a way in canvas to pull the conversations and reminders that I have send students through Canvas? Part of the new DOE requirements is tracking that I have re-engaged a student and this had to be documented. Is there anyway to pull this data out of Canvas?
For example, in the gradebook I have used the "Message all students who did not submit". Can I track and pull that communication?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can pull conversations data either via API - conversation endpoint (https://canvas.instructure.com/doc/api/conversations.html#method.conversations.index) or Canvas Data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You don't need to be an Admin to access API, anyone can use API (even students) providing that they have sufficient permissions to perform the request.
In theory, the conversation API endpoint can filter by course but it didn't work for me.
Alternatively, if your school has access to Canvas Data, you can run a query to get and filter the data that you need.
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.