inventory.roblox.com
*このコンテンツは、ベータ版のAI(人工知能)を使用して翻訳されており、エラーが含まれている可能性があります。このページを英語で表示するには、 こちら をクリックしてください。
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の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