|
|
Description
The Shareholder API returns the character and corporation shareholders of a corporation.
Call
Result
<?xml version='1.0' encoding='UTF-8'?>
<eveapi version="2">
<currentTime>2008-09-02 17:45:01</currentTime>
<result>
<rowset name="characters" key="shareholderID" columns="shareholderID,shareholderName,shareholderCorporationID,shareholderCorporationName,shares">
<row shareholderID="126891489" shareholderName="Dragonaire" shareholderCorporationID="632257314" shareholderCorporationName="Corax." shares="1" />
</rowset>
<rowset name="corporations" key="shareholderID" columns="shareholderID,shareholderName,shares" />
</result>
<cachedUntil>2008-09-02 18:45:01</cachedUntil>
</eveapi>
Result attributes
| Name
| Type
| Description
|
| characters
|
| shareholderID
| int
| The ID number of the character shareholder.
|
| shareholderName
| string
| The name of the character shareholder.
|
| shareholderCorporationID
| int
| Corporation ID of the shareholder.
|
| shareholderCorporationName
| string
| Corporation name of the shareholder.
|
| shares
| int
| Number of shares that the character holds.
|
| corporations
|
| shareholderID
| int
| ID number of the corporation shareholder.
|
| shareholderName
| string
| Corporation shareholderʼs name.
|
| shares
| int
| Number of shares.
|
Top Contributors For This Page
|