inventory.roblox.com
*此内容使用人工智能(Beta)翻译,可能包含错误。若要查看英文页面,请点按 此处。
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
Inventories
POST
將項目添加到適當的集合中
/v1/collections/items/{itemType}/{itemTargetId}inventory.roblox.com
DELETE
從適當的集合中移除一個項目
/v1/collections/items/{itemType}/{itemTargetId}inventory.roblox.com
Places
GET
獲取用戶的創建、我的遊戲或其他遊戲的地點庫存
/v1/users/{userId}/places/inventoryinventory.roblox.com
Users
GET
獲取指定用戶擁有的所有可收集資產。
/v1/users/{userId}/assets/collectiblesinventory.roblox.com
GET
返回用戶的庫存類別
/v1/users/{userId}/categoriesinventory.roblox.com
GET
獲取用戶是否擁有 ID 為 itemTargetId 的 itemType 類型的物品。
/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