MyNewsletterBuilder API
Overview Quick Start Examples Downloads
 
Subscribers < Return to Method List
array Subscribers([array $statuses [, array $lists [, integer $page [, integer $limit]]]])
Retrieve a list of subscribers that match specified filters from your account. Cacheable
Parameters
array statuses OPTIONAL. An array of statuses to constrain search to .
array lists OPTIONAL. An array of list ids to constrain search to.
integer page OPTIONAL. The page of data to return (based on limit). Default = 0.
integer limit OPTIONAL. The total amount of data to return. Default = 1000. [0 - 10000]
Return Value
array This method returns an array of keyed structures containing information about your subscribers. This data can be cached. Each structure will contain the following keys:

integer id The subscriber id.
string email The subscriber's email address.
string status The subscribers status .
 
 
Copyright © 2003- MyNewsletterBuilder, Inc.