---
title: "Returns last 3 broadcast statistics summaries per message type (sms, rcs, whatsapp)"
method: GET
path: "/v1/info/statistics/broadcast/summary"
tags: ["uncategorized"]
---

# Returns last 3 broadcast statistics summaries per message type (sms, rcs, whatsapp)

`GET /v1/info/statistics/broadcast/summary`

## Query parameters

- `submittedOn` string

## Response `200`

OK

- MessageStatisticBroadcastSummaryAggregateResponseDto
  - `sms` MessageStatisticBroadcastSummaryDto[] — broadcast statistics summary list for sms message type
    - `messageOutgoingId` integer — the message outgoing ID
    - `messageArchiveId` integer — the message archive ID
    - `transferId` string, required — transfer id
    - `title` string — the broadcast title
    - `deliveryReport` boolean — delivery report requested
    - `delivered` integer — the number of delivered messages
    - `pending` integer — the number of pending messages
    - `failed` integer — the number of failed messages
    - `read` integer — the number of read messages
    - `submittedOn` string, date-time, required — the submitted on date
    - `links` Link[] — links
      - `rel` string
      - `href` string
  - `rcs` MessageStatisticBroadcastSummaryDto[] — broadcast statistics summary list for rcs message type
    - `messageOutgoingId` integer — the message outgoing ID
    - `messageArchiveId` integer — the message archive ID
    - `transferId` string, required — transfer id
    - `title` string — the broadcast title
    - `deliveryReport` boolean — delivery report requested
    - `delivered` integer — the number of delivered messages
    - `pending` integer — the number of pending messages
    - `failed` integer — the number of failed messages
    - `read` integer — the number of read messages
    - `submittedOn` string, date-time, required — the submitted on date
    - `links` Link[] — links
      - `rel` string
      - `href` string
  - `whatsapp` MessageStatisticBroadcastSummaryDto[] — broadcast statistics summary list for whatsapp message type
    - `messageOutgoingId` integer — the message outgoing ID
    - `messageArchiveId` integer — the message archive ID
    - `transferId` string, required — transfer id
    - `title` string — the broadcast title
    - `deliveryReport` boolean — delivery report requested
    - `delivered` integer — the number of delivered messages
    - `pending` integer — the number of pending messages
    - `failed` integer — the number of failed messages
    - `read` integer — the number of read messages
    - `submittedOn` string, date-time, required — the submitted on date
    - `links` Link[] — links
      - `rel` string
      - `href` string
  - `links` Link[] — links
    - `rel` string
    - `href` string

## Other responses

- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.dev/linkmobility/apis/untitled-api.md) · [All operations](https://skmtc.dev/linkmobility/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linkmobility/untitled-api/revisions/db84f79799b9/schema)
