Get Schedule
Get the schedule for a specific message id
Path Parameters
idstringrequired
HTTP Response Examples
200
{
"Status": true,
"Message": "",
"Response": {
"schedule": [
{
"id": 41911,
"tenantid": 12,
"campaignId": 5196,
"contactMethod": "SendEmail",
"messageId": 49480,
"segments": [
13142
],
"excludes": [],
"dateScheduled": "2023-09-25T15:30:00",
"send_window_hours": null,
"limit_recipients": null,
"status": "Ended"
}
],
"stats": {
"total_count": 25,
"total_email_optout": 1,
"total_email_enabled": 22,
"total_push_enabled": 0,
"total_sms_optout": 0,
"total_sms_enabled": 0,
"total_donotcontact": 0,
"total_webpush_enabled": 0
}
}
}