Description
The Medals API returns a list of medals that have been created by this corporation.
Call
Result
<?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>
Result attributes
| Name
| Type
| Description
|
| medalID
| int
| Unique medal ID for this medal.
|
| characterID
| int
| Character who was issued the medal.
|
| reason
| string
| The reason why this character was issued the medal.
|
| status
| string
| Status of the medal.
|
| issuerID
| int
| Who issued the medal to the character.
|
| issued
| date string
| The time and date when this medal was issued.
|
Top Contributors For This Page