Variable getUsersUseridItemsItemtypeItemtargetidConst
getUsersUseridItemsItemtypeItemtargetid: EndpointGeneric<{ itemTargetId: number; itemType: | 0 | 1 | 2 | 3; userId: number; }, { data: { Id: number; InstanceId: number; Name: string; Type: | 0 | 1 | 2 | 3; }[]; nextPageCursor: string; previousPageCursor: string; }, any> = ...
Api
GET https://inventory.roblox.com/v1/users/:userId/items/:itemType/:itemTargetId
Summary
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.
Param: userId
ID of the user in question
Param: itemType
Type of the item in question (ie. Asset, GamePass, Badge, Bundle)
Param: itemTargetId
ID of the item in question