We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
location_id
item_id
StructureActive
StructureInactive
StructureOffline
GET /latest/corporations/{corporation_id}/assets/?datasource=tranquility
https://esi.evetech.net/ui#/Assets/get_corporations_corporation_id_assets
SovHub upgrades to show in the assets tree and the reagent fuel in the structure showing in a "fuel bay" location within the asset tree returned..
... { ... "item_id": 12345678910, "location_flag": "StructureActive", "location_id": 9876543210, "quantity": 1, "type_id": 82498 }, { ... "item_id": 12345678911, "location_flag": "StructureInactive", "location_id": 9876543210, "quantity": 1, "type_id": 82496 }, { ... "item_id": 12345678911, "location_flag": "StructureOffline", "location_id": 9876543210, "quantity": 1, "type_id": 82497 }, ...
Check all boxes that apply to this issue:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
iHub to SovHub Regression with Equinox
location_id
matching the the Ihub'sitem_id
StructureActive
Online UpgradeStructureInactive
Online but inactive due to ADM or similar Upgrade.StructureOffline
Offline UpgradeRequest
GET /latest/corporations/{corporation_id}/assets/?datasource=tranquility
https://esi.evetech.net/ui#/Assets/get_corporations_corporation_id_assets
Expected
SovHub upgrades to show in the assets tree and the reagent fuel in the structure showing in a "fuel bay" location within the asset tree returned..
Checklist
Check all boxes that apply to this issue:
The text was updated successfully, but these errors were encountered: