POST api/WhizTPersonalChat/GetChatHistoryList

This is for getting latest personal chat list.|| For param flag send 0 or null for old app and 1 for new app i.e. files

Request Information

URI Parameters

None.

Body Parameters

EnvelopeOfPersonalChatParam
NameDescriptionTypeAdditional information
Data

PersonalChatParam

None.

Message

string

None.

MessageId

string

None.

MessageCode

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "data": {
    "senderId": 1,
    "receiverId": 2,
    "count": 3,
    "messageId": 4,
    "flag": 5
  },
  "message": "sample string 1",
  "messageId": "sample string 2",
  "messageCode": 3
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.