Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Learning Details Input

Input representation for learning details in equivalency mappings.
JSON example
1"learnings": [
2          {
3            "duration": 3,
4            "durationUnit": "Credit Hours",
5            "learningId": "0tySG0000007RRhYAM",
6            "minimumLetterGrade": null,
7            "minimumNumericGrade": 2,
8            "name": "ENG 101",
9            "provider": "Allan Hancock Community College",
10            "referencedLearningId": "1W3SG0000000N1R0AU"
11          }
12        ]
Properties
Name Type Description Required or Optional Available Version
category String The category of the learning equivalency. Optional 67.0
duration Integer The length of the course. Optional 67.0
durationUnit String The unit of measurement for the course duration. Optional 67.0
learningId String The identifier of the parent learning record. Optional 67.0
minimumLetterGrade String The letter grade required for the learning. Optional 67.0
minimumNumericGrade Integer The numeric grade required for the learning. Optional 67.0
referencedLearningId String The identifier of the child learning record. Optional 67.0