MessagesController.GetConversation Method
- Namespace:
- Weavy.Web.Api.Controllers
- Assembly:
- Weavy.Web.dll
GetConversation(Int32)
Get the conversation with the specified id.
public Conversation GetConversation(int id)
Parameters
- id
- System.Int32
Returns
Conversation
Returns a conversation.