Get Widget History
Query Parameters
tenant_id*Tenant Id
Length
8 <= length <= 64public_key*Public Key
Length
8 <= length <= 255email_token*Email Token
Length
1 <= length <= 1024conversation_limit?Conversation Limit
Default
5Range
1 <= value <= 20message_limit?Message Limit
Default
40Range
1 <= value <= 100Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/widget/history?tenant_id=stringst&public_key=stringst&email_token=string"{
"conversations": [
{
"conversation_id": "string",
"messages": [
{
"body": "string",
"created_at": "2019-08-24T14:15:22Z",
"id": "string",
"sender_type": "string"
}
],
"status": "string",
"subject": "string",
"thread_id": "string",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"email": "user@example.com",
"tenant_id": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}