GET api/chatlist/{sessionID}/{corrType}
Получает часть последних сообщений из переписок (чатов) данного пользователя (сообщения урезаны до 200-х символов)
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
sessionID |
ID сессии (получается при логине) |
string |
Required |
corrType |
Тип корреспондента ("support", "admin", "user", "buyer", "visitor", "anonym") |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
ChatListResponseName | Description | Type | Additional information |
---|---|---|---|
retval |
Код возврата (0 - ок, иначе - ошибка) |
integer |
None. |
desc |
Текстовая расшифровка кода возврата (описание ошибки) |
string |
None. |
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.