/corp/MemberMedals.xml.aspx
Overview
Returns a list of medals issued to members.
Data Caching
This method is cached according to the Modified Short Cache Style.
Input Arguments
| Name
|
Type
|
Description
|
| userID
|
int
|
userID of account for authentication.
|
| apiKey
|
char(64)
|
Limited access API key of account.
|
| characterID
|
int
|
characterID of character belonging to corporation that you want to access medal information about.
|
Output XML
<?xml version='1.0' encoding='UTF-8'?>
<eveapi version="2">
<currentTime>2009-05-03 22:52:26</currentTime>
<result>
<rowset name="issuedMedals" key="medalID" columns="medalID,characterID,reason,status,issuerID,issued">
<row medalID="24216" characterID="1302462525" reason="Its True" status="public" issuerID="1824523597" issued="2009-05-03 03:03:55" />
</rowset>
</result>
<cachedUntil>2009-05-04 21:52:26</cachedUntil>
</eveapi>
Output Rowset Columns
| Name
|
Type
|
Description
|
| medalID
|
int
|
Unique medal ID for this medal.
|
| characterID
|
int
|
Character that medal was issued to.
|
| reason
|
string
|
Issuer entered reason for issuing medal.
|
| status
|
string
|
Medal visible or hidden to other players in-game.
|
| issuerID
|
int
|
Who issued the medal (CharacterID).
|
| issued
|
datetime
|
When this medal was issued.
|