Get Export Channel Messages
Get Export Channel Messages
GET
https://api.deadsimplechat.com/consumer/api/v1/chatroom/:roomId/channel/:channelId/export/messages?auth={{SECRET_KEY}}
Get Export Messages
Export All the Messages in the Channel
Export Message | description | |
---|---|---|
Parameters | ||
Path | ||
roomId | string | ID of the chat room you want to export |
channelId | string | ID of the channel you want to export |
Query | ||
auth | string | Go to Dashboard -> Developer -> Private Key is your auth |
Responses
200
JSON
asd - 09-15-2021 11:24
hell world
asd - 09-15-2021 11:24
good job
404
JSON
{
"message": "invalid chatroom id"
}