getlistdetail

area emailaction getlistdetailGETread

Gets a list of emails from the list with all the columns.

Custom columns can be fetched using <columnname></columnname>

Arguments

ArgumentTypeRequiredDescription
idintegerYeslist id number
startintegerNoStarting position
limitintegerNoNumber of records to return
filterstringNoallows the following values suppressed,active,softbounces,inactive,openers,clickers,openersorclickers,optout
emailidintegerNofilter to just the emailid of the email addresses
emailstringNofilter to exact email address.

Example request

https://api.mailclickconvert.com/api.php
  ?apikey=YOUR_API_KEY
  &area=email
  &action=getlistdetail
  &id=11234

Response

<response>
  <records>1</records>
  <email>test@test.com</email>
  <emaildomain>test.com</emaildomain>
  <status>Good</status>
  <emailhash>206870899630</emailhash>
  <clickts/>
  <viewts/>
  <clickip/>
  <viewip/>
  <emailid>1</emailid>
  <debugreason/>
</response>

Need a call that isn't here?

Custom integration work is quoted on scope, and support is a person on weekdays, 9am to 5pm CST.