Skip to main content

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 Filesdescription
Parameters
Path
roomIdstringID of the chat room you want to export
Query
authstringGo to Dashboard -> Developer -> Private Key is your auth

Responses Remaining

200

JSON

{
"message": "export generation started, the export will be emailed to user@example.com"
}

404

JSON

{
"message": "invalid chatroom id"
}