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
Output representation of the detailed information about a specific learning
item.
- 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 ]
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| duration | Integer | The length of the course. | Big, 66.0 | 66.0 |
| durationUnit | String | The unit of measurement for the course duration | Big, 66.0 | 66.0 |
| learningId | String | The identifier of the parent learning record. | Big, 66.0 | 66.0 |
| minimumLetterGrade | String | The letter grade required for the learning. | Big, 66.0 | 66.0 |
| minimumNumericGrade | Integer | The numeric grade required for the learning. | Big, 66.0 | 66.0 |
| name | String | The name of learning. | Big, 66.0 | 66.0 |
| provider | String | The provider or institution offering the learning. | Big, 66.0 | 66.0 |
| referencedLearningId | String | The identifier of the child learning record. | Big, 66.0 | 66.0 |