Description
The Contact List API returns the characterʼs contact list and watch lists (includes agents and respective standings set by the character).
Call
Result
<?xml version='1.0' encoding='UTF-8'?>
<eveapi version="2">
<currentTime>2010-10-05 20:28:55</currentTime>
<result>
<rowset name='contactList' key='contactID' columns="contactID,contactName,inWatchlist,standing'>
<row contactID="3010913" contactName="Hirento Raikkahen" inWatchlist="false" standing="0" />
<row contactID="797400947" contactName="CCP Farthagk" inWatchlist="True" standing="10" />
<rowset>
</result>
<cachedUntil>2010-10-05 19:43:55</cachedUntil>
</eveapi>
Result attributes
| Name
| Type
| Description
|
| contactID
| int
| The character ID or corporation ID of the character, agent, or corporation in your contact list.
|
| contactName
| string
| The name of the contact. If an entry has been deleted, this field returns as empty.
|
| inWatchlist
| bool
| Indicates if the contact is in your watch list.
|
| standing
| int
| The standings that you have set for this contact.
|
Top Contributors For This Page