Files
leadchat/config/locales
Pranav 0917e1a646 feat: Add an API to support querying metrics by ChannelType (#13255)
This API gives you how many conversations exist per channel, broken down
by status in a given time period. The max time period is capped to 6
months for now.

**Input Params:**
- **since:** Unix timestamp (seconds) - start of date range
- **until:** Unix timestamp (seconds) - end of date range


**Response Payload:**

```json
{
  "Channel::Sms": {
    "resolved": 85,
    "snoozed": 10,
    "open": 5,
    "pending": 5,
    "total": 100
  },
  "Channel::Email": {
    "resolved": 72,
    "snoozed": 15,
    "open": 13,
    "pending": 13,
    "total": 100
  },
  "Channel::WebWidget": {
    "resolved": 90,
    "snoozed": 7,
    "open": 3,
    "pending": 3,
    "total": 100
  }
}
```

**Definitons:**
resolved = Number of conversations created within the selected time
period that are currently marked as resolved.
snoozed = Number of conversations created within the selected time
period that are currently marked as snoozed.
pending = Number of conversations created within the selected time
period that are currently marked as pending.
open = Number of conversations created within the selected time period
that are currently open.
total = Total number of conversations created within the selected time
period, across all statuses.
2026-01-12 23:18:47 -08:00
..
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2021-03-16 00:00:53 +05:30
2023-03-08 14:00:00 +05:30
2020-05-16 18:07:19 +05:30
2021-03-16 00:00:53 +05:30
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2026-01-09 16:11:44 -08:00
2021-11-12 23:40:08 +05:30