APIv2 Corp MemberTracking XML

From EVEDev

Jump to: navigation, search
Image:Api.pngAPI Methods - Category Home - API Libraries - API Usage Examples - API Method Reference - API Page Index


Contents

[edit] /corp/MemberTracking.xml.aspx

[edit] Overview

For player corps this returns the member list (same as in game). Otherwise returns an error code (207).

[edit] Data Caching

This method is cached according to the Modified Short Cache Style.

[edit] Input Arguments

Name Type Description
apiKey char(64) Full API key of account.
characterID int characterID of character with director or CEO roles.
userID int userID of account for authentication.

[edit] Sample

 
<eveapi version="2">
  <currentTime>2009-10-25 13:06:12</currentTime>
  <result>
    <rowset name="members" key="characterID" columns="characterID,name,startDateTime,baseID,base,title,logonDateTime,logoffDateTime,locationID,location,shipTypeID,shipType,roles,grantableRoles">
      <row characterID="150336922" name="corpexport" startDateTime="2007-06-13 14:39:00"
           baseID="0" base="" title="asdf" logonDateTime="2007-06-16 21:12:00"
           logoffDateTime="2007-06-16 21:36:00" locationID="60011566"
           location="Bourynes VII - Moon 2 - University of Caille School" shipTypeID="606"
           shipType="Velator" roles="0" grantableRoles="0"/>
      <row characterID="150337897" name="corpslave" startDateTime="2007-06-14 13:14:00"
           baseID="0" base="" title="" logonDateTime="2007-06-16 21:14:00"
           logoffDateTime="2007-06-16 21:35:00" locationID="60011566"
           location="Bourynes VII - Moon 2 - University of Caille School" shipTypeID="670"
           shipType="Capsule" roles="22517998271070336" grantableRoles="0"/>
    </rowset>
  </result>
  <cachedUntil>2009-10-25 19:06:12</cachedUntil>
</eveapi>
 

StartDateTime is the date that person joined the corp.

Personal tools