- KiT Docs Portal
- Личный кабинет
- WhatsApp API
- Типы сообщений
- Форматирование в текстовых сообщениях
- Форматы WhatsApp Media
- Коды ошибок платформы WABA
- Шаблонные сообщения
- Категории шаблонов
- Типы заголовков в шаблонных сообщениях
- Тело шаблонного сообщения
- Кнопки в шаблонных сообщениях
- Общее описание запроса
- Сообщение со всеми параметрами - заголовок изображение
- Сообщение со всеми параметрами - заголовок текст
- Сообщение изображение и текст
- Сообщение изображение, текст и подпись сообщения
- Сообщение изображение, текст и 2 кнопки - переход на сайт и позвонить
- Сообщение изображение, текст и 3 кнопки быстрого ответа
- Сообщение местоположение и текст
- Сообщение динамиечский текст тело сообщения
- Сообщение динамиечский текст тело сообщения и заголовка сообщения
- Сообщение статичный текст
- Получить имена всех шаблонов - gettemplate
- Авторизационныe сообщения
- Чат сообщения
- Входящие сообщения от абонента
- Установить WebHook - setwebhookPOST
- Статусы сообщений на WebHookPOST
- HTTP SMS API
- JSON SMS API
- SOAP SMS API
- XML SMS API
- MobiCheck SMS API. OTP/2FA
- SMPP SMS API
getAbonents
POST
http://isms.center/soap/server
Запрос на получение всех сообщений за указанный период#
INFO
| WSDL | http://isms.center/soap |
| Сервер | http://isms.center/soap/server |
HTTPS
| WSDL | https://isms.center/soap |
| Сервер | https://isms.center/soap/server |
INFO
📌
Request
Header Params
Content-Type
string
required
Example:
text/xml
SOAPAction
string
required
Example:
urn:SendSMSLib-SendSMSService#GetAbonents
Body Params application/xml
soapenv:Header
string
required
soapenv:Body
object
required
tem:SendSMSService___GetAbonents
object
GetAbonents
Example
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
<soapenv:Header/>
<soapenv:Body>
<tem:SendSMSService___GetAbonents>
<tem:login>mycompany</tem:login>
<tem:password>123456</tem:password>
<tem:begind>2022-09-21 22:00:00 </tem:begind>
<tem:endd>2022-09-23 00:00:00</tem:endd>
</tem:SendSMSService___GetAbonents>
</soapenv:Body>
</soapenv:Envelope>
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://isms.center/soap/server' \
--header 'SOAPAction: urn:SendSMSLib-SendSMSService#GetAbonents' \
--header 'Content-Type: text/xml' \
--data-raw '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
<soapenv:Header/>
<soapenv:Body>
<tem:SendSMSService___GetAbonents>
<tem:login>mycompany</tem:login>
<tem:password>123456</tem:password>
<tem:begind>2022-09-21 22:00:00 </tem:begind>
<tem:endd>2022-09-23 00:00:00</tem:endd>
</tem:SendSMSService___GetAbonents>
</soapenv:Body>
</soapenv:Envelope>'
Responses
🟢200OK
application/xml
Body
SOAP-ENV:Body
object
required
ns1:SendSMSService___GetAbonentsResponse
object
GetAbonentsResponse
Example
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://tempuri.org/">
<SOAP-ENV:Body>
<ns1:SendSMSService___GetAbonentsResponse>
<ns1:Result>
<ns1:SMSInfo>
<ns1:resultCode>0</ns1:resultCode>
<ns1:resultS>OK</ns1:resultS>
<ns1:recepient>77011234567</ns1:recepient>
<ns1:status>delivered</ns1:status>
<ns1:senderId>KiT_Notify</ns1:senderId>
<ns1:senttime>2022-09-21 22:47:26</ns1:senttime>
<ns1:receivedtime>2022-09-21 22:47:28</ns1:receivedtime>
<ns1:segments>1</ns1:segments>
<ns1:lang>1</ns1:lang>
<ns1:userMsgID></ns1:userMsgID>
<ns1:msgID>983</ns1:msgID>
</ns1:SMSInfo>
<ns1:SMSInfo>
<ns1:resultCode>0</ns1:resultCode>
<ns1:resultS>OK</ns1:resultS>
<ns1:recepient>77011234568</ns1:recepient>
<ns1:status>delivered</ns1:status>
<ns1:senderId>KiT_Notify</ns1:senderId>
<ns1:senttime>2022-09-21 22:09:20</ns1:senttime>
<ns1:receivedtime>2022-09-21 22:09:21</ns1:receivedtime>
<ns1:segments>1</ns1:segments>
<ns1:lang>1</ns1:lang>
<ns1:userMsgID></ns1:userMsgID>
<ns1:msgID>980</ns1:msgID>
</ns1:SMSInfo>
<ns1:SMSInfo>
<ns1:resultCode>0</ns1:resultCode>
<ns1:resultS>OK</ns1:resultS>
<ns1:recepient>77011234569</ns1:recepient>
<ns1:status>delivered</ns1:status>
<ns1:senderId>KiT_Notify</ns1:senderId>
<ns1:senttime>2022-09-21 22:39:11</ns1:senttime>
<ns1:receivedtime>2022-09-21 22:39:12</ns1:receivedtime>
<ns1:segments>1</ns1:segments>
<ns1:lang>1</ns1:lang>
<ns1:userMsgID></ns1:userMsgID>
<ns1:msgID>982</ns1:msgID>
</ns1:SMSInfo>
</ns1:Result>
</ns1:SendSMSService___GetAbonentsResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
🟠404Record Not Found
Modified at 2023-12-04 07:58:53