inventory.roblox.com
*此內容是使用 AI(Beta 測試版)翻譯,可能含有錯誤。若要以英文檢視此頁面,請按一下這裡。
Accounts
GET
獲取指定用戶的庫存是否可以查看。
/v1/users/{userId}/can-view-inventoryinventory.roblox.com
Assets
GET
獲取資產擁有者的列表。
/v2/assets/{assetId}/ownersinventory.roblox.com
DELETE
放棄已認證用戶擁有的資產。 由Roblox用戶創建或限量版的資產不符合刪除資格, 將返回NotEligibleForDelete。
/v2/inventory/asset/{assetId}inventory.roblox.com
GET
根據多個Roblox.Platform.Assets.AssetType獲取用戶庫存。
/v2/users/{userId}/inventoryinventory.roblox.com
GET
獲取指定物品類型的擁有物品。遊戲伺服器可以為任何用戶發出請求,但只能為發出請求的地方擁有的遊戲通行證發出請求。 地方創建者可以像遊戲伺服器一樣發出請求。
/v1/users/{userId}/items/{itemType}/{itemTargetId}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
根據特定資產類型獲取用戶庫存
/v2/users/{userId}/inventory/{assetTypeId}inventory.roblox.com
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
根據包 ID 返回該包的資產 ID 列表
/v1/packages/{packageId}/assetsinventory.roblox.com