Hub Creatore
Dashboard
Impara
Negozio
Talento
Forum
Tabella di marcia
Accedi
Creazione
Panoramica
Esperienze
Avatar
Risorse
Open Cloud
Roblox Studio ha aumentato i requisiti minimi delle specifiche.
Scopri di più
Creazione
/
Open Cloud
/
All legacy APIs
Italiano
Feedback
Inventory v1
URL di base
https://inventory.roblox.com
JSON
Scarica
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
Modelli
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]