rozod
    Preparing search index...

    Variable getUsersUseridItemsItemtypeItemtargetidConst Api Param

    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;
        },
        undefined,
    > = ...

    GET https://inventory.roblox.com/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. userId ID of the user in question itemType Type of the item in question (i.e. Asset, GamePass, Badge, Bundle) itemTargetId ID of the item in question