rozod
    Preparing search index...

    Variable getCloudV2GroupsGroupIdForumCategoriesConst Param

    getCloudV2GroupsGroupIdForumCategories: EndpointGeneric<
        {
            filter?: string;
            group_id: string;
            maxPageSize?: number;
            pageToken?: string;
        },
        {
            groupForumCategories: {
                archiver: string;
                archiveTime: string;
                createTime: string;
                creator: string;
                displayName: string;
                groupForumCategoryId: string;
                path: string;
                updateTime: string;
            }[];
            nextPageToken: string;
        },
        undefined,
    > = ...

    BETA

    Lists forum categories in the group.

    Scopes: group-forum:read Engine: Usable with HttpService

    group_id The group ID. maxPageSize The maximum number of group forum categories to return. The service might return fewer than this value. If unspecified, at most 10 group forum categories are returned. The maximum value is 10 and higher values are set to 10. pageToken A page token, received from a previous call, to retrieve a subsequent page.

    When paginating, all other parameters provided to the subsequent call must match the call that provided the page token. filter This field may be set in order to filter the resources returned.

    Filtering conforms to Common Expression Language (CEL). Only the boolean field archived and == operator are supported. If archived=false, archived categories are not returned. The default value is false. Example: "filter=archived==true"