View source: R/get_single_conversation.R
get_single_conversation | R Documentation |
This function retrieves all details concerning a specific conversation.
get_single_conversation(canvas, conversation_id)
canvas |
An object containing the Canvas API key and base URL, obtained through the
|
conversation_id |
The id of the specific conversation. |
Returns information for a specific conversation for the current user. Response includes all fields that are present in the list/index action as well as messages and extended participant information.
get_conversations()
and create_conversation()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.