クリエーターハブ
ダッシュボード
学ぶ
ストア
人材
フォーラム
ロードマップ
ログイン
作成
概要
バーチャル空間
Avatar
アセット
オープンクラウド
Roblox Studioは、最小仕様要件を引き上げました。
もっと詳しく
作成
/
オープンクラウド
/
Legacy APIs
日本語
フィードバック
Inventory v1
*
このコンテンツは、ベータ版のAI(人工知能)を使用して翻訳されており、エラーが含まれている可能性があります。このページを英語で表示するには、
こちら
をクリックしてください。
ベース URL
https://inventory.roblox.com
JSON
ダウンロード
Assets
GET
/v1
/packages
/{packageId}
/assets
パッケージ ID を指定すると、そのパッケージのアセット ID リストが返されます
Inventory
GET
/v1
/users
/{userId}
/assets
/collectibles
指定されたユーザーが所有するすべてのコレクションアセットを取得します。
GET
/v1
/users
/{userId}
/can-view-inventory
指定されたユーザーのインベントリを表示できるかどうかを取得します。
GET
/v1
/users
/{userId}
/categories
ユーザーのインベントリカテゴリを返す
GET
/v1
/users
/{userId}
/categories
/favorites
ユーザーのためのお気に入りカテゴリを返す
GET
/v1
/users
/{userId}
/inventory
/{assetType}
指定されたユーザーのタイプ別のアセットリストを取得します。「帽子」アセットタイプは、移行中にアクセサリを返す可能性があることに注意してください。
GET
/v1
/users
/{userId}
/items
/{itemType}
/{itemTargetId}
指定されたアイテムタイプの所有アイテムを取得します。ゲームサーバーは、リクエストを任意のユーザーに送信できますが、リクエストを送信した場所に属するゲームパスのみをリクエストできます。場所作成者は、リクエストを送信しているゲームサーバーのようにリクエストできます。
GET
/v1
/users
/{userId}
/items
/{itemType}
/{itemTargetId}
/is-owned
ユーザーが iditemTargetId のタイプのアイテムを所有しているかどうかを取得します。
PlacesInventory
GET
/v1
/users
/{userId}
/places
/inventory
Gets Created、MyGames、または OtherGames がユーザーのために在庫を置く
Collections
DELETE
/v1
/collections
/items
/{itemType}
/{itemTargetId}
適切なコレクションにアイテムを削除する
POST
/v1
/collections
/items
/{itemType}
/{itemTargetId}
適切なコレクションにアイテムを追加する
Models
Roblox.Inventory.Api.AssetsExplorerCategoryItemModel
Roblox.Inventory.Api.AssetsExplorerCategoryModel
Roblox.Inventory.Api.CategoriesModel
Roblox.Inventory.Api.Models.AssetIdListModel
Roblox.Inventory.Api.Models.CanViewInventoryResponse
Roblox.Inventory.Api.Models.CollectibleUserAssetModel
Roblox.Inventory.Api.Models.CreatorModel
Roblox.Inventory.Api.Models.IItemModel
Roblox.Inventory.Api.Models.InventoryPageResponse
Roblox.Inventory.Api.Models.PlaceModel
Roblox.Platform.Core.ExclusiveStartPaging.IExclusiveStartKeyInfo[System.Int64]
Roblox.Web.WebAPI.ApiEmptyResponseModel
Roblox.Web.WebAPI.ExclusiveStartRequest[System.Int64]
Roblox.Web.WebAPI.Models.ApiPageResponse[Roblox.Inventory.Api.Models.CollectibleUserAssetModel]
Roblox.Web.WebAPI.Models.ApiPageResponse[Roblox.Inventory.Api.Models.IItemModel]
Roblox.Web.WebAPI.Models.ApiPageResponse[Roblox.Inventory.Api.Models.PlaceModel]