크리에이터 허브
대시보드
배우기
상점
인재
포럼
로드맵
로그인
생성
개요
체험
아바타
애셋
오픈 클라우드
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
사용자가 id itemTargetId로 유형 항목 아이템을 소유하고 있는지 여부를 가져옵니다.
PlacesInventory
GET
/v1
/users
/{userId}
/places
/inventory
Gets 생성, 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]