Get all the conversations sent to a user by using Canvas API call
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2023
03:18 PM
Hi, Canvas Community,
I am trying to get all the conversations sent to a specific user. I read the API documentation https://canvas.instructure.com/doc/api/conversations.html#method.conversations.index
"
GET /api/v1/conversations
Scope: url:GET|/api/v1/conversations
Returns the paginated list of conversations for the current user, most recent ones first.
"
Wonder where I should put the "user_id" so I can get all the conversations sent to a specific user.
Thanks.