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