| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<CorporationOrdersHistoryResponse> |
MarketApi.getCorporationsCorporationIdOrdersHistory(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
List historical orders from a corporation List cancelled and expired
market orders placed on behalf of a corporation up to 90 days in the
past. --- This route is cached for up to 3600 seconds --- Requires one of
the following EVE corporation role(s): Accountant, Trader SSO Scope:
esi-markets.read_corporation_orders.v1
|
ApiResponse<List<CorporationOrdersHistoryResponse>> |
MarketApi.getCorporationsCorporationIdOrdersHistoryWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
List historical orders from a corporation List cancelled and expired
market orders placed on behalf of a corporation up to 90 days in the
past. --- This route is cached for up to 3600 seconds --- Requires one of
the following EVE corporation role(s): Accountant, Trader SSO Scope:
esi-markets.read_corporation_orders.v1
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
MarketApi.getCorporationsCorporationIdOrdersHistoryAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CorporationOrdersHistoryResponse>> _callback)
List historical orders from a corporation (asynchronously) List cancelled
and expired market orders placed on behalf of a corporation up to 90 days
in the past. --- This route is cached for up to 3600 seconds --- Requires
one of the following EVE corporation role(s): Accountant, Trader SSO
Scope: esi-markets.read_corporation_orders.v1
|
Copyright © 2019. All Rights Reserved.