Retrieve Thread History
Learn how to retrieve history of a particular chat room
Get messages of a chat room
Request Body
Name
Type
Description
[
{
"time": 1439793830,
"from_id": "14",
"room_id": "5",
"from_name": "prateek",
"room_name": "Mobile Room",
"message": "hello",
"message_id": "m_14_c-5_1439793800313"
},
{
"time": 1440491549,
"from_id": "0-14358329043yvbs",
"room_id": "5",
"from_name": "Guest Michael",
"room_name": "General Room",
"message": "how are you?",
"message_id": "m_0-14358329043yvbs_c-5_1440491559161"
},
{
"time": 1440491833,
"from_id": "0-14358329043yvbs",
"room_id": "5",
"from_name": "Guest Michael",
"room_name": "General Room",
"message": "whats up?",
"message_id": "m_0-14358329043yvbs_c-5_1440491842827"
},
]Curl Command
Last updated