GET message/get_unread_message_group_list
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
DataResponseOfListOfMessageGroupViewModelName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
message | string |
None. |
|
success | boolean |
None. |
|
data | Collection of MessageGroupViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "message": "sample string 2", "success": true, "data": [ { "unread_count": 1, "total_unread_count": 2, "message_id": 3, "message_type_id": 4, "message_type_group_id": 5, "chat_type_id": 6, "sender_user_id": 7, "receiver_user_id": 8, "redirect_id": 9, "title": "sample string 10", "sub_title": "sample string 11", "ext": "sample string 12", "note": "sample string 13", "photo_path": "sample string 14", "photo_width": 15, "photo_height": 16, "photo_size": 17, "voice_path": "sample string 18", "voice_length": 19, "location_latitude": "sample string 20", "location_longitude": "sample string 21", "location_address": "sample string 22", "location_map_path": "sample string 23", "show_time": true, "date_created": "sample string 25", "sender_user_name": "sample string 26", "sender_head_image_path": "sample string 27", "target_user_name": "sample string 28", "target_head_image_path": "sample string 29", "time_offset": 30 }, { "unread_count": 1, "total_unread_count": 2, "message_id": 3, "message_type_id": 4, "message_type_group_id": 5, "chat_type_id": 6, "sender_user_id": 7, "receiver_user_id": 8, "redirect_id": 9, "title": "sample string 10", "sub_title": "sample string 11", "ext": "sample string 12", "note": "sample string 13", "photo_path": "sample string 14", "photo_width": 15, "photo_height": 16, "photo_size": 17, "voice_path": "sample string 18", "voice_length": 19, "location_latitude": "sample string 20", "location_longitude": "sample string 21", "location_address": "sample string 22", "location_map_path": "sample string 23", "show_time": true, "date_created": "sample string 25", "sender_user_name": "sample string 26", "sender_head_image_path": "sample string 27", "target_user_name": "sample string 28", "target_head_image_path": "sample string 29", "time_offset": 30 } ] }