v1
latestOpenAPI 3.0.02026-08-067074272.5 KBGroup Messages
Retrieves the group message with the specified id.
Gets the group message reception statistics and paginates the individual group message items
get/dashboards/{dashboard_id}/groupmessages/{group_message_id}
Path parameters
dashboard_idinteger required
Example:121
Id of dashboard
group_message_idstring required
Example:95c63493-acc5-41b5-82b6-5f7de97cf9d9
Id of group message
Query parameters
pageinteger
The page number for the group message items. The first item returned will be page multiplied by page_size
page_sizeinteger
The number of items returned for the group message items. The first item returned will be page multiplied by page_size
sort_type'phonenumber' | 'recipientfriendlyname' | 'sentdate' | 'issent' | 'deliverystatus' | 'totalclicks'
Property to sort payments by.
sort_direction'desc' | 'asc'
Direction to sort group messages in. Either greatest to smallest, or smallest to greatest.
Response
The custom field name.
Example response
{
"id": "95c63493-acc5-41b5-82b6-5f7de97cf9d9",
"status": "sending",
"body": "Don't forget the Family and Friends sale at our Toledo location on 6-15-2021 at 8:00PM!",
"date_created": "2022-01-12T19:19:11.8032151Z",
"total": 40,
"sent": 31,
"successfully_sent": 24,
"schedule_date_utc": "2023-01-12T19:19:11.8032151Z",
"mms_media": [
"https://textrequeststorage.com/182739/3fd60fc2-1759-4dee-ac6f-4a97b994b84f.jpeg",
"https://textrequeststorage.com/182739/c89c8c6a-8883-44cd-b833-f8b4dc8fbba4.png"
],
"occurrence_number": 1,
"repeat_settings": {
"repeat_by": "week",
"step": 1,
"times": 5,
"end_date": "2026-12-31T23:59:59Z",
"days": [
"Monday",
"Wednesday"
]
},
"excluded_by_missing_merge_fields": 2,
"excluded_by_status": 4,
"processed": 34,
"errored": 5,
"responses_received": 21,
"opt_outs": 5,
"links_clicked": 17,
"completed_date_utc": "2024-01-12T19:19:11.8032151Z",
"sent_messages": {
"meta": {
"total_items": 172
},
"items": [
{
"phone_number": "13216547890",
"display_name": "John Smith",
"is_sent": true,
"sent_date": "2022-01-12T19:19:11.8032151Z",
"delivery_status": "error",
"delivery_error_code": "2005"
}
]
}
}