-
Notifications
You must be signed in to change notification settings - Fork 22
/
course.json
73 lines (73 loc) · 1.55 KB
/
course.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{"courses" : [{
"code": "IITA",
"title": "Introduction To Computers",
"l_credit": 0,
"p_credit": 0,
"t_credit": 2,
"seats": 60,
"active": true,
"course_type": "Core",
"last_updated": "2018-03-04T12:07:25.590811Z",
"updated_by": 1
},
{
"code": "IITB",
"title": "Introduction To Computers",
"l_credit": 0,
"p_credit": 0,
"t_credit": 2,
"seats": 60,
"active": true,
"course_type": "elective",
"last_updated": "2018-03-04T12:07:25.590811Z",
"updated_by": 1
},
{
"code": "IITC",
"title": "Introduction To Computers",
"l_credit": 0,
"p_credit": 0,
"t_credit": 2,
"seats": 60,
"active": true,
"course_type": "Core",
"last_updated": "2018-03-04T12:07:25.590811Z",
"updated_by": 1
},
{
"code": "IITD",
"title": "Introduction To Computers",
"l_credit": 0,
"p_credit": 0,
"t_credit": 2,
"seats": 60,
"active": true,
"course_type": "add-on",
"last_updated": "2018-03-04T12:07:25.590811Z",
"updated_by": 1
},
{
"code": "IITE",
"title": "Introduction To Computers",
"l_credit": 0,
"p_credit": 0,
"t_credit": 2,
"seats": 60,
"active": true,
"course_type": "open-elective",
"last_updated": "2018-03-04T12:07:25.590811Z",
"updated_by": 1
},
{
"code": "IITF",
"title": "Introduction To Computers",
"l_credit": 0,
"p_credit": 0,
"t_credit": 2,
"seats": 60,
"active": true,
"course_type": "Core",
"last_updated": "2018-03-04T12:07:25.590811Z",
"updated_by": 1
}]
}