rozod
    Preparing search index...

    Variable getGroupsGroupidGamesv2Const Api Param

    getGroupsGroupidGamesv2: EndpointGeneric<
        {
            accessFilter?: 2
            | 1
            | 4;
            cursor?: string;
            groupId: number;
            limit?: 10 | 25 | 50 | 100;
            sortOrder?: "Asc" | "Desc";
        },
        {
            data: {
                created: string;
                creator: { id: number; name: string; type: 0
                | 1 };
                description: string;
                id: number;
                name: string;
                placeVisits: number;
                rootPlace: {
                    id: number;
                    name: string;
                    type:
                        | 1
                        | 2
                        | 3
                        | 4
                        | 5
                        | 6
                        | 7
                        | 8
                        | 9
                        | 10
                        | 11
                        | 12
                        | 13
                        | 16
                        | 17
                        | 18
                        | 19
                        | 21
                        | 22
                        | 24
                        | 25
                        | 26
                        | 27
                        | 28
                        | 29
                        | 30
                        | 31
                        | 32
                        | 33
                        | 34
                        | 35
                        | 37
                        | 38
                        | 39
                        | 40
                        | 41
                        | 42
                        | 43
                        | 44
                        | 45
                        | 46
                        | 47
                        | 48
                        | 49
                        | 50
                        | 51
                        | 52
                        | 53
                        | 54
                        | 55
                        | 56
                        | 59
                        | 60
                        | 61
                        | 62
                        | 63
                        | 64
                        | 65
                        | 66
                        | 67
                        | 68
                        | 69
                        | 70
                        | 71
                        | 72
                        | 73
                        | 74
                        | 75
                        | 76
                        | 77
                        | 78
                        | 79
                        | 80
                        | 81
                        | 82
                        | 83
                        | 84
                        | 85
                        | 86;
                };
                updated: string;
            }[];
            nextPageCursor: string;
            previousPageCursor: string;
        },
        undefined,
    > = ...

    GET https://games.roblox.com/v2/groups/:groupId/gamesV2 Gets games created by the specified group. This will replace V1 after validation. Note that this can only used for public/all universes. groupId The group 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.