創作者中心
後台
學習
商店
人才
論壇
路線圖
登入
建立
概覽
體驗
虛擬人偶
素材
Open Cloud
Roblox Studio 的最低規格要求已提升。
了解更多
建立
/
Open Cloud
/
All legacy APIs
中文(繁體)
回饋
Inventory v1
基本網址
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]