Inventories
*此内容使用人工智能(Beta)翻译,可能包含错误。若要查看英文页面,请点按 此处。
POST
將一個項目添加到適當的集合中
/v1/collections/items/{itemType}/{itemTargetId}inventory.roblox.com
DELETE
將一個項目從適當的集合中移除
/v1/collections/items/{itemType}/{itemTargetId}inventory.roblox.com
Assets
GET
獲取資產的所有者列表。
/v2/assets/{assetId}/ownersinventory.roblox.com
GET
獲取收藏品的擁有者列表。
/v2/collectible-items/{collectibleItemId}/ownersinventory.roblox.com
DELETE
放棄經過身份驗證用戶擁有的資產。 由 Roblox 用戶創建或限量版的資產不符合刪除資格,將返回 NotEligibleForDelete。
/v2/inventory/asset/{assetId}inventory.roblox.com
Interactions
GET
返回用戶的收藏類別
/v1/users/{userId}/categories/favoritesinventory.roblox.com
Places
GET
獲取使用者的創建、我的遊戲或其他遊戲的地方庫存
/v1/users/{userId}/places/inventoryinventory.roblox.com
Users
GET
列出庫存項目Beta
/cloud/v2/users/{user_id}/inventory-itemsapis.roblox.com
GET
獲取指定用戶擁有的所有可收集資產。
/v1/users/{userId}/assets/collectiblesinventory.roblox.com
GET
返回用戶的庫存類別
/v1/users/{userId}/categoriesinventory.roblox.com
GET
獲取使用者是否擁有 itemType 類型且 ID 為 itemTargetId 的項目。
/v1/users/{userId}/items/{itemType}/{itemTargetId}/is-ownedinventory.roblox.com
不推荐
GET
通過多個 Roblox.Platform.Assets.AssetType 獲取用戶的庫存。
/v2/users/{userId}/inventoryinventory.roblox.com
GET
根據特定資產類型獲取用戶的庫存。
/v2/users/{userId}/inventory/{assetTypeId}inventory.roblox.com
GET
給定包 ID,返回該包的資產 ID 列表
/v1/packages/{packageId}/assetsinventory.roblox.com
GET
獲取是否可以查看指定用戶庫存的結果。
/v1/users/{userId}/can-view-inventoryinventory.roblox.com
GET
獲取指定類型的擁有項目。遊戲服務器可以請求任何用戶的資料,但只能請求屬於發送請求的地方的遊戲通行證。 地方創建者可以像遊戲服務器一樣發出請求。
/v1/users/{userId}/items/{itemType}/{itemTargetId}inventory.roblox.com