POST api/Common/UserGetHomeConversationHistory

Request Information

URI Parameters

None.

Body Parameters

UserInformationchatconversationmodel
NameDescriptionTypeAdditional information
EmailId

string

None.

StartIndex

integer

None.

EndIndex

integer

None.

isDayLightTimeUpdated

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "EmailId": "sample string 1",
  "StartIndex": 2,
  "EndIndex": 3,
  "isDayLightTimeUpdated": true
}

text/xml

Sample:
<UserInformationchatconversationmodel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PrimeHealthCare.Model">
  <EmailId>sample string 1</EmailId>
  <EndIndex>3</EndIndex>
  <StartIndex>2</StartIndex>
  <isDayLightTimeUpdated>true</isDayLightTimeUpdated>
</UserInformationchatconversationmodel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

responseData
NameDescriptionTypeAdditional information
statusCode

integer

None.

statusMessage

string

None.

data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "statusCode": 1,
  "statusMessage": "sample string 2",
  "data": {}
}

text/xml

Sample:
<responseData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PrimeHealthCare.Model">
  <data />
  <statusCode>1</statusCode>
  <statusMessage>sample string 2</statusMessage>
</responseData>