|
|
Description
The Research API returns information about the agents with whom the character is doing research.
Call
Result
<?xml version='1.0' encoding='UTF-8'?>
<eveapi version="2">
<currentTime>2010-12-07 02:52:30</currentTime>
<result>
<rowset name="research" key="agentID" columns="agentID,skillTypeID,researchStartDate,pointsPerDay,remainderPoints">
<row agentID="3014201" skillTypeID="11445" researchStartDate="2007-05-09 06:34:30" pointsPerDay="59.52" remainderPoints="-41461.92" />
</rowset>
</result>
<cachedUntil>2010-12-07 03:07:30</cachedUntil>
</eveapi>
Result attributes
| Name
| Type
| Description
|
| agentID
| int
| The agent ID number.
|
| skillTypeID
| int
| The skill used for the research, not the typeID of the core received.
|
| researchStartDate
| date string
| The date the character began the current research with the agent at the current pointsPerDay. Each change in the pointsPerDay will update researchStartDate as well.
|
| pointsPerDay
| decimal
| The number of points generated per day.
|
| remainerPoints
| float
| The number of points remaining since the last datacore purchase and/or pointPerDay update. Mission RP is also added to this value.
|
Top Contributors For This Page
|