Get corporation asset locations
POST {{baseUrl}}/corporations/:corporation_id/assets/locations/?datasource=tranquility&token=commodo irure
Return locations for a set of item ids, which you can get from corporation assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0)
Alternate route: /dev/corporations/{corporation_id}/assets/locations/
Alternate route: /v2/corporations/{corporation_id}/assets/locations/
Requires one of the following EVE corporation role(s): Director
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
datasource | string | The server name you would like data from | |
token | string | Access token to use if unable to set a header |
Request Body
[49866024]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
[{"item_id":12345,"position":{"x":1.2,"y":2.3,"z":-3.4}}]