Member Junction
    Preparing search index...

    Parameters for the GetCourseAnalytics action

    interface GetCourseAnalyticsParams {
        CompanyID: string;
        CourseID: string;
        DateFrom?: string;
        DateTo?: string;
        IncludeModuleStats?: boolean;
        IncludeRevenue?: boolean;
        IncludeUserBreakdown?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    CompanyID: string
    CourseID: string
    DateFrom?: string
    DateTo?: string
    IncludeModuleStats?: boolean
    IncludeRevenue?: boolean
    IncludeUserBreakdown?: boolean