rozod
    Preparing search index...

    Variable getUsersUseridFavoriteGamesConst Api Param

    getUsersUseridFavoriteGames: EndpointGeneric<
        {
            accessFilter?: 2
            | 1
            | 4;
            cursor?: string;
            limit?: 10 | 25 | 50 | 100;
            sortOrder?: "Asc" | "Desc";
            userId: number;
        },
        {
            data: {
                created: string;
                creator: { id: number; name: string; type: "User"
                | "Group" };
                description: string;
                id: number;
                name: string;
                placeVisits: number;
                price: number;
                rootPlace: {
                    id: number;
                    name: string;
                    type:
                        | "Image"
                        | "Video"
                        | "Code"
                        | "Place"
                        | "TShirt"
                        | "Audio"
                        | "Mesh"
                        | "Lua"
                        | "HTML"
                        | "Text"
                        | "Hat"
                        | "Model"
                        | "Shirt"
                        | "Pants"
                        | "Decal"
                        | "Avatar"
                        | "Head"
                        | "Face"
                        | "Gear"
                        | "Badge"
                        | "GroupEmblem"
                        | "Animation"
                        | "Arms"
                        | "Legs"
                        | "Torso"
                        | "RightArm"
                        | "LeftArm"
                        | "LeftLeg"
                        | "RightLeg"
                        | "Package"
                        | "YouTubeVideo"
                        | "GamePass"
                        | "App"
                        | "Plugin"
                        | "SolidModel"
                        | "MeshPart"
                        | "HairAccessory"
                        | "FaceAccessory"
                        | "NeckAccessory"
                        | "ShoulderAccessory"
                        | "FrontAccessory"
                        | "BackAccessory"
                        | "WaistAccessory"
                        | "ClimbAnimation"
                        | "DeathAnimation"
                        | "FallAnimation"
                        | "IdleAnimation"
                        | "JumpAnimation"
                        | "RunAnimation"
                        | "SwimAnimation"
                        | "WalkAnimation"
                        | "PoseAnimation"
                        | "LocalizationTableManifest"
                        | "LocalizationTableTranslation"
                        | "EmoteAnimation"
                        | "TexturePack"
                        | "TShirtAccessory"
                        | "ShirtAccessory"
                        | "PantsAccessory"
                        | "JacketAccessory"
                        | "SweaterAccessory"
                        | "ShortsAccessory"
                        | "LeftShoeAccessory"
                        | "RightShoeAccessory"
                        | "DressSkirtAccessory"
                        | "FontFamily"
                        | "FontFace"
                        | "MeshHiddenSurfaceRemoval"
                        | "EyebrowAccessory"
                        | "EyelashAccessory"
                        | "MoodAnimation"
                        | "DynamicHead"
                        | "CodeSnippet"
                        | "AdsVideo"
                        | "OtaUpdate"
                        | "Screenshot"
                        | "RuntimePropertySet"
                        | "StorePreviewVideo"
                        | "GamePreviewVideo"
                        | "CreatorExperienceConfig"
                        | "FaceMakeup"
                        | "LipMakeup"
                        | "EyeMakeup";
                };
                updated: string;
            }[];
            nextPageCursor: string;
            previousPageCursor: string;
        },
        undefined,
    > = ...

    GET https://games.roblox.com/v2/users/:userId/favorite/games Gets users favorite games. userId The user Id. accessFilter Filtering option via access level. limit The number of results per request. cursor The paging cursor for the previous or next page. sortOrder The order the results are sorted in.