Open Nav
Abonați
Newsletter
Automatizari
Rapoarte
Setări
API
SMS
Video how-to
Sectiuni
List
Newsletter
Draft
Segment
Subscriber
Template
Download
Import
Abtest
Remarketing
Feeds
Coupons
Webhook
Sms
Automation
Newsman – Knowledge Base
Sectiuni
List
Newsletter
Draft
Segment
Subscriber
Template
Download
Import
Abtest
Remarketing
Feeds
Coupons
Webhook
Sms
Automation
Abonați
Newsletter
Automatizari
Rapoarte
Setări
API
SMS
Video how-to
Home
API
Sms
sms.lists
Metoda API Newsman:
sms.lists
Prototip:
sms.lists(
)
Descriere:
Returnează un array cheie / valoarea cu toate listele SMS
Metoda HTTP:
GET
Endpoint HTTP:
/sms.lists.json
Endpoint XML-RPC:
sms.lists
Tip raspuns:
struct|array
Informatii raspuns:
Un array cu liste de tip SMS. Fiecare listă conține trei chei: list_name, list_id și list_type
Parametrii request GET
Variabila
Tip
Descriere
Parametrii raspuns
Parametru
Descriere
list_id
ID-ul listei
list_name
Numele listei
list_type
Tipul listei
Exemplu output
[
{
"list_id"
:
"my_list_id"
,
"list_name"
:
"My List Name"
,
"list_type"
:
"sms"
}
]