APIv2 Account Characters XML

From EVEDev

Jump to: navigation, search
Image:Api.pngAPI Methods - Category Home - API Overview - API Page Index - API Libraries - API Wanted Features

Contents

[edit] /account/Characters.xml.aspx

[edit] Overview

Returns a list of all characters on an account.

[edit] Data Caching

This method is cached according to the Short Cache Style.

[edit] Input Arguments

[edit] Legacy API Key

Name Type Description
userID int userID of account for authentication.
apiKey char(64) Limited or Full access API key of account.


[edit] Customizable API Key

Name Type Description
keyID int The ID of the Customizable API Key for authentication, found at: https://support.eveonline.com/api.
vCode char(64) The user defined or CCP generated Verification Code for the Customizable API Key, found at https://support.eveonline.com/api.


[edit] Output XML

 
<?xml version='1.0' encoding='UTF-8'?>
<eveapi version="2">
  <currentTime>2012-02-12 14:39:12</currentTime>
  <result>
    <rowset name="characters" key="characterID" columns="name,characterID,corporationName,corporationID">
      <row name="Alexis Prey" characterID="1365215823" corporationName="Puppies To the Rescue" corporationID="238510404"/>
    </rowset>
  </result>
  <cachedUntil>2012-02-12 15:27:00</cachedUntil>
</eveapi>
 

[edit] Output Rowset Columns

Personal tools