Получение рассылок
Получение рассылок
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"total": 1,
"items": [
{
"dispatchId": 1234,
"dispatchName": "имя рассылки",
"created": "2020-07-07T20:00:00Z",
"localSendTime": "2020-07-08 10:00:00",
"localCompletionTime": "2020-07-08 20:00:00",
"useLocalTime": true,
"status": "sending",
"source": "sendername",
"message": "текст сообщения",
"trafficCenterId": 12,
"trafficCenterName": "ЦРТ для рассылок",
"base": {
"included": {
"type": "FILE",
"name": "имя_файла.xlsx"
},
"excluded": {
"type": "FILE",
"name": "исключаемые_абоненты.xlsx"
}
},
"parts": {
"total": 1235,
"delivered": 1000,
"undelivered": 100,
"unsent": 30,
"sent": 45,
"sending": 60
},
"messages": {
"total": 1235,
"delivered": 1000,
"undelivered": 100,
"unsent": 30,
"sent": 45,
"sending": 60
}
}
]
}Параметры объекта ответа
Last updated