POST api/Teams/GetMessages
Save Microsoft Teams chats
Request Information
URI Parameters
None.
Body Parameters
The MicrosoftTeams Model
WorkPoint.Core.Models.GetTeamsChatMessagesRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Configuration | Collection of WorkPoint.Core.Models.TeamsChatExportBase |
None. |
Request Formats
application/json, text/json
Sample:
{
"Configuration": null
}
application/xml, text/xml
Sample:
<GetTeamsChatMessagesRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WorkPoint.Core.Models"> <Configuration i:nil="true" /> </GetTeamsChatMessagesRequest>
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.