Get Export files
Get Export files
<button style={{ marginBottom: "10px" }} class="button button--outline button--active button--primary"> Get
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 | Go 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"
}
400
JSON
{
"message": "invalid chatroom id"
}