|
|
Description
The Skill Queue API returns an XML document containing the skill queue of the character.
Call
Result
<?xml version='1.0' encoding='UTF-8'?>
<eveapi version="2">
<currentTime>2010-12-10 19:52:07</currentTime>
<result>
<rowset name="skillqueue" key="queuePosition" columns="queuePosition,typeID,level,startSP,endSP,startTime,endTime">
<row queuePosition="0" typeID="23950" level="5" startSP="362039" endSP="2048000" startTime="2010-12-06 14:32:33" endTime="2011-01-18 04:20:13" />
</rowset>
</result>
<cachedUntil>2010-12-10 20:49:07</cachedUntil>
</eveapi>
Result attributes
| Name
| Type
| Description
|
| queuePosition
| int
| The 0-based position in the queue.
|
| typeID
| int
| The ID of the trained skill.
|
| level
| int
| The level of this skill
|
| startSP
| int
| The number of skillpoints the character had for this skill when this training was started.
|
| endSP
| int
| The number of skillpoints that the player will have when the skill training is completed.
|
| startTime
| date string
| The time when the training started. Null if paused.
|
| endTime
| date string
| The time when the training will finish. Null if paused.
|
Top Contributors For This Page
|