|
|
Description
The Asset List API returns all assets owned by the corporation and the location of each. Note that because items can be located within other items, this API returns nested XML. For example, an office owned by the corporation may contain a desk that is also owned by the corporation. In that case, the office item would be a top-level item with a separate rowset in the XML containing the desk.
Call
Result
<?xml version='1.0' encoding='UTF-8'?>
<eveapi version="2">
<currentTime>2010-12-19 07:15:16</currentTime>
<result>
<rowset name="assets" key="itemID" columns="itemID,locationID,typeID,quantity,flag,singleton">
<row itemID="961254083" locationID="30001161" typeID="17177" quantity="1" flag="0" singleton="1" />
<row itemID="961256074" locationID="30001161" typeID="27672" quantity="1" flag="0" singleton="1" />
<row itemID="1270658107" locationID="30002583" typeID="17176" quantity="1" flag="0" singleton="1" />
<row itemID="1000474513775" locationID="30002583" typeID="17407" quantity="1" flag="0" singleton="1">
<rowset name="contents" key="itemID" columns="itemID,typeID,quantity,flag,singleton">
<row itemID="1000515794105" typeID="255" quantity="1" flag="27" singleton="1" />
</rowset>
</row>
<row itemID="1000474513607" locationID="30002583" typeID="17406" quantity="1" flag="0" singleton="1">
<rowset name="contents" key="itemID" columns="itemID,typeID,quantity,flag,singleton">
<row itemID="1000515772705" typeID="17686" quantity="1" flag="27" singleton="1" />
</rowset>
</row>
</rowset>
</result>
<cachedUntil>2010-12-19 23:40:24</cachedUntil>
</eveapi>
Result attributes
| Name
| Type
| Description
|
| itemID
| int
| ID of item.
|
| locationID
| int
| Location of item, Solar System, Station, container, or ship.
|
| typeID
| int
| itemType of item.
|
| quantity
| int
| Quantity of item.
|
| flag
| int
| Used to differentiate between hangar divisions, drone bays, fitting locations, etc.
|
| singleton
| bool
| If the item is a singleton or not.
|
Top Contributors For This Page
|