Call us toll free @ 888-497-7898

data - getbusinesslistcounts

Get a list of business list counts from the account.


API Call Information
area: data
action: getbusinesslistcounts

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

API Result:
XML Response JSON Response
<response>
<records>1</records>
<count>
<id>579</id>
<title>Test Count</title>
<status>Completed</status>
<total>1515167</total>
<date>October 13, 2011, 01:12:15 pm</date>
</count>
</response>
{
    "records": "1",
    "count": {
        "id": "579",
        "title": "Test Count",
        "status": "Completed",
        "total": "1515167",
        "date": "October 13, 2011, 01:12:15 pm"
    }
}