get_single_conversation: Retrieves a single conversation.

View source: R/get_single_conversation.R

get_single_conversationR Documentation

Retrieves a single conversation.

Description

This function retrieves all details concerning a specific conversation.

Usage

get_single_conversation(canvas, conversation_id)

Arguments

canvas

An object containing the Canvas API key and base URL, obtained through the canvas_authenticate function.

conversation_id

The id of the specific conversation.

Value

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.

See Also

get_conversations() and create_conversation().


vvcanvas documentation built on Sept. 9, 2025, 5:39 p.m.