クリエーターハブ
ダッシュボード
学ぶ
ストア
人材
フォーラム
ロードマップ
ログイン
作成
概要
バーチャル空間
Avatar
アセット
Open Cloud
Roblox Studio has increased the minimum specification requirements.
Learn More
作成
/
Open Cloud
/
All legacy APIs
日本語
フィードバック
Inventory v1
ベース URL
https://inventory.roblox.com
JSON
ダウンロード
Assets
GET
/v1
/packages
/{packageId}
/assets
Given a package ID, returns the list of asset IDs for that package
Inventory
GET
/v1
/users
/{userId}
/assets
/collectibles
Gets all collectible assets owned by the specified user.
GET
/v1
/users
/{userId}
/can-view-inventory
Gets whether the specified user's inventory can be viewed.
GET
/v1
/users
/{userId}
/categories
Return inventory categories for a user
GET
/v1
/users
/{userId}
/categories
/favorites
Return favorites categories for a user
GET
/v1
/users
/{userId}
/inventory
/{assetType}
Gets a list of assets by type for the specified user. Note that the 'Hat' asset type may return accessories while we are migrating.
GET
/v1
/users
/{userId}
/items
/{itemType}
/{itemTargetId}
Gets owned items of the specified item type. Game Servers can make requests for any user, but can only make requests for game passes that belong to the place sending the request. Place creators can make requests as if they were the Game Server.
GET
/v1
/users
/{userId}
/items
/{itemType}
/{itemTargetId}
/is-owned
Gets whether a user owns an item of type itemType with id itemTargetId.
PlacesInventory
GET
/v1
/users
/{userId}
/places
/inventory
Gets Created, MyGames, or OtherGames places inventory for a user
Collections
DELETE
/v1
/collections
/items
/{itemType}
/{itemTargetId}
Removes an item to the appropriate collection
POST
/v1
/collections
/items
/{itemType}
/{itemTargetId}
Adds an item to the appropriate collection
モデル
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]