Retrieves the list's subscribers
| Method | GET |
|---|---|
| URL | http://api.responder.co.il/v1.0/lists/{list_id}/subscribers |
|
limit
optional |
Maximum number of rows to be retrived.
Default value: 500 |
|
offset
optional |
The position to start the count of "limit" from.
Default value: 0 |
|
dir
optional |
The order of the rows.
Default value: 0 |
|
subscriber_id
optional |
The identity of specific subscriber.
Default value: null |
|
min_join_date
optional |
The minimum for subscription date of subscriber.
Default value: null |
|
max_join_date
optional |
The maximum for subscription date of subscriber.
Default value: null |
|
last_modified
optional |
Pass this parameter to get all subscribers that were modified since the value you specified.
Default value: null |
[
{
[ID] => 123456789,
[NAME] => "Responder",
[EMAIL] => "responder@responder.co.il",
[DAY] => 1,
[JOIN_DATE] => "2020-02-09 09:39:51",
[PHONE] => "",
[PERSONAL_FIELDS] => {
30657 : "Tel Aviv"
}
}
]