• fetchListK function.

    Parameters

    • Optional userId: number

      user id

    • Optional lmsUserId: number

      lms user id

    • Optional studentId: number

      student id

    Returns Promise<undefined | ListK>

    • returns a promise with the ListK.

    Remarks

    Fetches the ListK for a student. Throws an error if userId, lmsUserId or studentId are not provided.

Generated using TypeDoc