Get Export files
Get Export files​
https://api.deadsimplechat.com/consumer/api/v1/chatroom/:roomId/export/files
Get Export Files​
Export all the Files that were uploaded in the ChatRoom
Export Files | description | |
---|---|---|
Parameters | ||
Path | ||
roomId | string | ID of the chat room you want to export |
Query | ||
auth | string | auth token |
Responses Remaining​
200
JSON
{
"message": "export generation started, the export will be emailed to user@example.com"
}
404
JSON
{
"message": "invalid chatroom id"
}