Retrieves the view's Subscribers
| Method | GET |
|---|---|
| URL | http://api.responder.co.il/v1.0/lists/{list_id}/views/{view_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 |
{
"VIEW_ID" : 333
"VIEWS" : [
{
"ID" : 654987,
"DATE" : "2012-04-22"
},
{
"ID" : 654988,
"DATE" : "2011-03-18"
}
]
}