bird whatsapp stats inbound hourly
Usage
Ejemplo de código
bird whatsapp stats inbound hourly [flags]Description
Received WhatsApp message counts, one row per hour, gap-filled. A window spans at most 720 hours (30 days); for anything longer use bird whatsapp stats inbound daily. from and to are optional RFC 3339 instants.
Examples
Ejemplo de código
bird whatsapp stats inbound hourlyOptions
| Name | Description |
|---|---|
| --from | Start of the window (RFC 3339 instant). Rounded down to the start of its hour (the local hour when timezone is set, otherwise the UTC hour), and that hour is included. The window may not exceed 30 days (720 hours). Defaults to 168 hours (7 days) before to when omitted. |
| --response-schema | Print the fields this command returns, then exit |
| --timezone | IANA timezone identifier used to group statistics, for example Asia/Kathmandu. The default is UTC. Day and hour boundaries, including the default window when from and to are omitted, follow this timezone. When this parameter is set, pass from and to as calendar days or Z instants instead of timestamps with explicit UTC offsets. |
| --to | End of the window (RFC 3339 instant). Rounded down to the start of its hour (the local hour when timezone is set, otherwise the UTC hour), and that hour is included (both bounds inclusive). The window may not exceed 30 days (720 hours). Defaults to the current hour when omitted. |
Related
| Name | Description |
|---|---|
| bird whatsapp stats inbound by-phone-number | Get inbound WhatsApp statistics by phone number |
| bird whatsapp stats inbound daily | Get daily inbound WhatsApp statistics |
| bird whatsapp stats inbound summary | Get aggregate inbound WhatsApp statistics |