GET api/getnewchats/{sessionID}/{ID1}/{ID2}/{ID3}/{ID4}
Get conversations with IDs greater than specified
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sessionID |
ID сессии (получается при логине) |
string |
Required |
| ID1 |
ID в переписке с гостями (0 - все) |
integer |
Required |
| ID2 |
ID в переписке с покупателями (0 - все) |
integer |
Required |
| ID3 |
ID в переписке с продавцами (0 - все) |
integer |
Required |
| ID4 |
ID в переписке с администрацией (0 - все) |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ChatListResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| retval |
Return code (0 - ok, otherwise - error) |
integer |
None. |
| desc |
Text description of return code (error description) |
string |
None. |
| chats |
List of last messages from user's chats |
Collection of Chat |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.