Get a list of consumer list counts from the account.
| Argument | Data Type | Required | Description |
| start | integer | No | Starting position for records |
| limit | integer | No | Number of records to return |
| 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"
}
} |