Get Export Messages
Get Export Messages
<button style={{ marginBottom: "10px" }} class="button button--outline button--active button--primary"> Get
https://api.deadsimplechat.com/consumer/api/v1/chatroom/:roomId/export/messages
Get Export Messages
Export All the Messages in the Chat Room
| Export Message | 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 |
| timezone | string | Optional. IANA timezone name used to render every exported timestamp, e.g. Europe/London |
| timestampFormat | string | Optional. Format used to render every exported timestamp |
Responses Remaining
200
JSON
asd - 09-15-2021 11:24
hell world
asd - 09-15-2021 11:24
good job
400
JSON
{
"message": "invalid chatroom id"
}