Member Junction
    Preparing search index...

    Parameters for the GetCourses action

    interface GetCoursesParams {
        CategoryID?: string;
        CompanyID: string;
        CreatedAfter?: string;
        CreatedBefore?: string;
        IncludeEnrollmentStats?: boolean;
        InstructorID?: string;
        Language?: string;
        Level?: string;
        MaxPrice?: number;
        MaxResults?: number;
        MinPrice?: number;
        OnlyFree?: boolean;
        SearchText?: string;
        SortBy?: string;
        SortOrder?: "asc" | "desc";
        Status?: string;
        Tags?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    CategoryID?: string
    CompanyID: string
    CreatedAfter?: string
    CreatedBefore?: string
    IncludeEnrollmentStats?: boolean
    InstructorID?: string
    Language?: string
    Level?: string
    MaxPrice?: number
    MaxResults?: number
    MinPrice?: number
    OnlyFree?: boolean
    SearchText?: string
    SortBy?: string
    SortOrder?: "asc" | "desc"
    Status?: string
    Tags?: string