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>2008-12-06 23:20:41</currentTime>
<result>
<rowset name="medals" key="medalID" columns="medalID,title,description,creatorID,created" />
</result>
<cachedUntil>2008-12-07 22:20:41</cachedUntil>
</eveapi>
Result attributes
| Name
| Type
| Description
|
| medalID
| int
| Unique medal ID for this medal.
|
| title
| string
| Title as displayed in-game
|
| description
| string
| Issuer entered description of what the medal is issued for.
|
| creatorID
| int
| The ID of the character who created the medal.
|
| created
| date string
| The date and time when this medal was created..
|
Top Contributors For This Page