POST api/ChatService/GetAllNewChatMessages

Request Information

URI Parameters

None.

Body Parameters

GetNewestMessagesModel
NameDescriptionTypeAdditional information
ChatId

string

None.

LasteChatMessageDateCreatedUtc

date

None.

Request Formats

application/json, text/json

Sample:
{
  "chatId": "sample string 1",
  "lasteChatMessageDateCreatedUtc": "2026-01-15T00:55:32.7344777+00:00"
}

application/xml, text/xml

Sample:
<GetNewestMessagesModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ChatService.Core.Models">
  <ChatId>sample string 1</ChatId>
  <LasteChatMessageDateCreatedUtc>2026-01-15T00:55:32.7344777+00:00</LasteChatMessageDateCreatedUtc>
</GetNewestMessagesModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.