• fetchILS function.

    Parameters

    • Optional userId: number

      user id

    • Optional lmsUserId: number

      lms user id

    • Optional studentId: number

      student id

    Returns Promise<undefined | ILS>

    • returns a promise with the ILS

    Remarks

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

Generated using TypeDoc