Call us toll-free @ 888-497-7898

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 Response

XML 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>

JSON Response

{
    "records": "1",
    "count": {
        "id": "578",
        "title": "45419 Consumer",
        "status": "Completed",
        "total": "938345",
        "date": "October 13, 2011, 01:05:36 pm"
    }
}