Update getSubscribers filter arguments
Filter arguments 'list_id' and 'min_updated_at' do not work. These arguments currently only work with lowerCamelCase.
This commit is contained in:
committed by
Jan Lysý
parent
380eec1ed6
commit
794090291a
@@ -21,5 +21,5 @@ Filter argument supports following array keys.
|
|||||||
| Key | Type | Description |
|
| Key | Type | Description |
|
||||||
| -------------- | ------------ | ----------------------------------------------------------------------------------------------------------------- |
|
| -------------- | ------------ | ----------------------------------------------------------------------------------------------------------------- |
|
||||||
| status | string | Specific status of subscribers. One of values: `unconfirmed`, `subscribed`, `unsubscribed`, `bounced`, `inactive` |
|
| status | string | Specific status of subscribers. One of values: `unconfirmed`, `subscribed`, `unsubscribed`, `bounced`, `inactive` |
|
||||||
| list_id | int | List id or dynamic segment id |
|
| listID | int | List id or dynamic segment id |
|
||||||
| min_updated_at | DateTime\int | DateTime object or timestamp of the minimal last update of subscribers |
|
| minUpdatedAt | DateTime\int | DateTime object or timestamp of the minimal last update of subscribers |
|
||||||
|
Reference in New Issue
Block a user