platformOrgsCoursesProgressStartedRetrieve method
Started means an enrollment For platform : Total users who have atleast an enrollment For course : Total users enrolled For learner : Total courses in progress Query Params 1. course_id
Parameters:
Implementation
Future<void> platformOrgsCoursesProgressStartedRetrieve(String courseId, String org,) async {
final response = await platformOrgsCoursesProgressStartedRetrieveWithHttpInfo(courseId, org,);
if (response.statusCode >= HttpStatus.badRequest) {
throw ApiException(response.statusCode, await _decodeBodyBytes(response));
}
}