GET app_getallchathistory?chatmasterid={chatmasterid}&userid={userid}&timezoneoffset={timezoneoffset}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| chatmasterid | string |
Required |
|
| userid | string |
Required |
|
| timezoneoffset | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultOutuser_chatHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| user_chathistory | Collection of dtouserchathistory |
None. |
Response Formats
application/json, text/json, text/html
Sample:
{
"user_chathistory": [
{
"chatmasterid": "sample string 1",
"chatid": "sample string 2",
"prodid": "sample string 3",
"userid": "sample string 4",
"username": "sample string 5",
"chatmsg": "sample string 6",
"chattime": "sample string 7",
"isSender": 8,
"srname": "sample string 9"
},
{
"chatmasterid": "sample string 1",
"chatid": "sample string 2",
"prodid": "sample string 3",
"userid": "sample string 4",
"username": "sample string 5",
"chatmsg": "sample string 6",
"chattime": "sample string 7",
"isSender": 8,
"srname": "sample string 9"
}
]
}