-
Notifications
You must be signed in to change notification settings - Fork 2
Resource BattleLootSummaryResource
CrucifiedPain 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.battlelootsummary.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 | Description |
|---|---|---|---|
_id |
string \| null |
❌ | |
__v |
integer \| null |
❌ | |
item |
object |
✅ | |
pool |
string |
✅ | |
rank |
integer |
✅ | |
round |
string \| null |
❌ |
| Field | Type | Required | Description |
|---|---|---|---|
_id |
string \| null |
❌ | |
__v |
integer \| null |
❌ | |
v |
integer \| null |
❌ | |
battle |
string |
✅ | |
case1Count |
integer |
✅ | |
case2Count |
integer |
✅ | |
createdAt |
string |
✅ | |
hits |
integer |
✅ | |
poolLoot |
array[BattleLootPoolItem] |
✅ | |
totalDmg |
integer |
✅ | |
totalMoneyFromBounty |
integer |
✅ | |
totalMoneyFromContract |
integer |
✅ | |
updatedAt |
string |
✅ | |
user |
string |
✅ |
Clear the SWR cache for all resources.
await client.battlelootsummary.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