/corp/Medals.xml.aspx
Overview
Returns a list of medals created by this corporation.
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>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>
Output Rowset Columns
| 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 for/about.
|
| creatorID
|
int
|
Who created the medal (characterID).
|
| created
|
datetime
|
When this medal was created.
|