Learnings Mapping

The mappings between learnings within the group.
JSON example
1"source": {
2        "learningAchievementId": "0u9SG0000002aYrYAI",
3        "learningAchievementRecordType": "LearningAchievement",
4        "learnings": [
5          {
6            "duration": 3,
7            "durationUnit": "Credit Hours",
8            "learningId": "0tySG0000007RRhYAM",
9            "minimumLetterGrade": null,
10            "minimumNumericGrade": 2,
11            "name": "ENG 101",
12            "provider": "Allan Hancock Community College",
13            "referencedLearningId": "1W3SG0000000N1R0AU"
14          }
15        ],
16        "relationship": "AND"
17      },
18      "target": [
19        {
20          "learningAchievementId": "0u9SG0000002aaTYAQ",
21          "learningAchievementRecordType": "LearningAchievement",
22          "learnings": [
23            {
24              "duration": 3,
25              "durationUnit": "Credit Hours",
26              "learningId": "0tySG000000EWzJYAW",
27              "minimumLetterGrade": null,
28              "minimumNumericGrade": 8,
29              "name": "ENG 1002",
30              "provider": "Connected College",
31              "referencedLearningId": "0vYSG0000006hrt2AA"
32            }
33          ],
34          "relationship": "AND"
35        },
36  ]
37}
Property Name Type Description Filter Group and Version Available Version
learningAchievementId String The ID of the learning achievement. Big, 66.0 66.0
learnings Learning Details[] List of learning items within this mapping group. Big, 66.0 66.0
relationship String AND or OR relationship between learnings. Big, 66.0 66.0