APIv2 Corp ContactList XML
From EVEDev
| API Methods - Category Home - API Overview - API Page Index - API Libraries - API Wanted Features |
Contents |
[edit] /corp/ContactList.xml.aspx
[edit] Overview
Returns the corporation and the alliance contact lists. This is accessible by any character in any corporation.
See also the more detailed Standings API.
[edit] Data Caching
This method is cached according to the Long Cache Style.
[edit] Input Arguments
| Name | Type | Description |
|---|---|---|
| apiKey | char(64) | Full access API key of account. |
| characterID | int | characterID from Character List. |
| userID | int | userID of account for authentication. |
[edit] Output XML
<eveapi version="2"> <currentTime>2010-05-29 22:35:46</currentTime> <result> <rowset name="corporateContactList" key="contactID" columns="contactID,contactName,standing"> <row contactID="797400947" contactName="CCP Garthagk" standing="-10" /> </rowset> <rowset name="allianceContactList" key="contactID" columns="contactID,contactName,standing"> <row contactID="797400947" contactName="CCP Garthagk" standing="5" /> </rowset> </result> <cachedUntil>2010-05-29 22:50:46</cachedUntil> </eveapi>
[edit] References
- Tyrannis API Improvements Devblog [1]

