Call us toll free @ 888-497-7898

data - getconsumerlistcounts

Get a list of consumer list counts from the account.


API Call Information
area: data
action: getconsumerlistcounts

API Arguments
Argument Data Type Required Description
start integer No Starting position for records
limit integer No Number of records to return
API Url Example:
https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=data&action=getconsumerlistcounts&start=0&limit=10

API Result:
XML Response JSON Response
<response>
<records>1</records>
<count>
<id>578</id>
<title>45419 Consumer</title>
<status>Completed</status>
<total>938345</total>
<date>October 13, 2011, 01:05:36 pm</date>
</count>
</response>
{
    "records": "1",
    "count": {
        "id": "578",
        "title": "45419 Consumer",
        "status": "Completed",
        "total": "938345",
        "date": "October 13, 2011, 01:05:36 pm"
    }
}