fetch Work Book List
abstract suspend fun fetchWorkBookList(user: ExamerUser, testDetails: TestDetails): Result<List<WorkBook>>
Content copied to clipboard
Used to fetch a list of WorkBooks associated with a specific TestDetails object, for the specified user. An instance of Result containing the list is returned.