· 4 years ago · Jul 29, 2021, 08:40 AM
1 NOTE: API endpoint changed from /dailyRatingStatus to /dailyLevelStatus
2
3[
4 {
5 subject: {
6 _id: 'physics_id',
7 name: 'physics',
8 },
9 gradeLevels: [
10 {
11 grade: {
12 key: '6-10',
13 value: ['6_id', '7_id','8_id', '9_id', '10_id']
14 },
15 currentLevel: 5,
16 levelIconUrl: 'link',
17 levelState: 4,
18 levelStatusText: '',
19 msg: '',
20 daysLeft: 0,
21 },
22 {
23 grade: {
24 key: '11-12',
25 value: ['11_id', '12_id']
26 },
27 currentLevel: 5,
28 levelIconUrl: 'link',
29 levelState: 4,
30 levelStatusText: '',
31 msg: '',
32 daysLeft: 0,
33 },
34 ]
35 },
36 ...
37 ]
38