Member Junction
    Preparing search index...

    Parameters for the GetBulkData action

    interface BulkDataParams {
        CompanyID: string;
        IncludeBundles?: boolean;
        IncludeCertificates?: boolean;
        IncludeCourses?: boolean;
        IncludeEnrollments?: boolean;
        IncludeProgress?: boolean;
        IncludeQuizResults?: boolean;
        IncludeUsers?: boolean;
        MaxResultsPerEntity?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    CompanyID: string
    IncludeBundles?: boolean
    IncludeCertificates?: boolean
    IncludeCourses?: boolean
    IncludeEnrollments?: boolean
    IncludeProgress?: boolean
    IncludeQuizResults?: boolean
    IncludeUsers?: boolean
    MaxResultsPerEntity?: number