-
Notifications
You must be signed in to change notification settings - Fork 2
Resource BattleLootSummaryResource
GitHub Action Wiki Bot edited this page Jun 26, 2026
·
10 revisions
Endpoints: • battleLootSummary.getByBattleAndUser
Get the loot summary for a specific user in a specific battle.
await client.battle_loot_summary.get_by_battle_and_user(battle_id: 'str', user_id: 'str') -> 'BattleLootSummary'| Name | Type | Default |
|---|---|---|
battle_id |
str |
Required |
user_id |
str |
Required |
| Field | Type | Required |
|---|---|---|
_id |
string |
Optional |
__v |
integer |
Optional |
item |
object |
Required |
pool |
string |
Required |
rank |
integer |
Required |
round |
string |
Optional |
| Field | Type | Required |
|---|---|---|
_id |
string |
Optional |
__v |
integer |
Optional |
v |
integer |
Optional |
battle |
string |
Required |
case1Count |
integer |
Required |
case2Count |
integer |
Required |
createdAt |
string |
Required |
hits |
integer |
Required |
poolLoot |
array[BattleLootPoolItem] |
Required |
totalDmg |
integer |
Required |
totalMoneyFromBounty |
integer |
Required |
totalMoneyFromContract |
integer |
Required |
updatedAt |
string |
Required |
user |
string |
Required |
Clear the SWR cache for all resources.
await client.battle_loot_summary.invalidate_cache() -> 'None'- action_log
- alliance
- article
- battle
- battle_loot_summary
- battle_order
- battle_ranking
- company
- country
- donation
- election
- event
- game_config
- game_stat
- government
- inventory
- item_trading
- mercenary_contract_auction
- mu
- mu_member
- party
- ranking
- region
- round
- search
- tournament
- transaction
- upgrade
- user
- work
- work_offer
- worker