POST app/fetch-wa-inbox-chat?userid={userid}&lastmsgid={lastmsgid}&limit={limit}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userid | integer |
Required |
|
| lastmsgid | integer |
Required |
|
| limit | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
AppCommonResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| responsecode | integer |
None. |
|
| message | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"responsecode": 1,
"message": "sample string 2",
"data": {}
}
text/html
Sample:
{"responsecode":1,"message":"sample string 2","data":{}}
application/xml, text/xml
Sample:
<AppCommonResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FlyKitAPI.Models"> <data /> <message>sample string 2</message> <responsecode>1</responsecode> </AppCommonResponse>