Gets the domain blacklist history from the account if monitoring is enabled.
| Argument | Data Type | Required | Description |
| start | string | No | Starting position |
| limit | string | No | Number of records to return |
| XML Response | JSON Response |
| <response> <records>1</records> <report> <domain>test.com</domain> <domainid>715</domainid> <active>Yes</active> <datecreated>October 15, 2011, 04:46:48 pm</datecreated> <dateremoved>October 21, 2011, 06:42:32 pm</dateremoved> <removed/> <blacklist>SURBL multi (Combined SURBL list)</blacklist> </report> </response> |
{
"records": "1",
"report": {
"domain": "test.com",
"domainid": "715",
"active": "Yes",
"datecreated": "October 15, 2011, 04:46:48 pm",
"dateremoved": "October 21, 2011, 06:42:32 pm",
"removed": "",
"blacklist": "SURBL multi (Combined SURBL list)"
}
} |