Submit a Ticket My Tickets
Welcome
Login  Sign up

[Reports] LoginExport (V1) - Admin

WSDL Page:  http://your-admin-domain-here.com/api/1/reports.asmx?op=LoginExport

 

Parameter Summary:

api_key / STRING = Admin API Key {See GET API Key}

start_date / DATETIME = Report Start Date [MM/DD/YYYY HH:MM:SS]

end_date / DATETIME = Report End Date [MM/DD/YYYY HH:MM:SS]

role_id / INT (unsignedByte) = Role ID ["0" = ALL Roles]

 

Parameter Types:

api_key - ID

start_date - ID

end_date - ID

role_id - ID

 

Sample GET Call:

http://demo.cakemarketing.com/api/1/reports.asmx/LoginExport?api_key=dNJFmId9rI&start_date=01/01/2012+12:00:00&end_date=08/10/2012+17:00:00&role_id=0

 

Sample XML Response:

<ArrayOfLogin>
  <Login>
    <contact_id>41</contact_id>
    <contact_email_address>dan@cakemarketing.com</contact_email_address>
    <contact_first_name>John</contact_first_name>
    <contact_last_name>Doe</contact_last_name>
    <role_id>6</role_id>
    <role_name>Affiliate</role_name>
    <company_id>1864</company_id>
    <company_name>I Network</company_name>
    <ip_address>67.52.114.154</ip_address>
    <login_date>2012-08-09T12:18:39.933</login_date>
  </Login>
</ArrayOfLogin>

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.