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.
Get Learning
Output representation of the details of a learning object, including its core details,
prerequisites, corequisites, recommended items, and learning outcomes.
- Sample Output
-
1{ 2 "learning": { 3 "learningId": "0tyxx00000002t3", 4 "learningCourseId": "0vYxx00000002GL", 5 "type": "Learning Course", 6 "name": "Basic Cloud Computing", 7 "provider": "001xx000003GehfAAC", 8 "activeFromDate": "2020-01-01T12:00:00.00Z", 9 "activeToDate": "2024-01-02T12:00:00.00Z", 10 "duration": 6, 11 "durationUnit": "Credit Hours", 12 "cipCode": "01.0000", 13 "academicLevel": "Graduate", 14 "active": true, 15 "subjectAbbreviation": "CLOUD", 16 "courseNumber": 101, 17 "fieldOfStudy": "Computer Science", 18 "courseLevelDescription": "Basic Cloud Computing course", 19 "description": "Basic Cloud Computing Course", 20 "learningCourseCustomFields": { 21 "custom_attr1": "value1", 22 "custom_attr2": "value2" 23 } 24 }, 25 "prerequisites": [ 26 { 27 "learningFoundationItemId": "0wwxx000000004r", 28 "learningAchievementId": "0u9xx000000020DAAQ", 29 "learningAchievementType": "LearningCourse", 30 "minimumNumericGrade": 2.5, 31 "duration": 4, 32 "durationUnit": "Credit Hours", 33 "fullfilledBy": [ 34 { 35 "learningOutcomeItem": { 36 "duration": 3, 37 "durationUnit": "", 38 "learningOutcomeId": "0uELT00000004nm2AA" 39 }, 40 "learning": { 41 "type": "LearningCourse", 42 "courseLevelDescription": "", 43 "courseNumber": "", 44 "duration": 3, 45 "durationUnit": "", 46 "fieldOfStudy": "", 47 "learningCourseCustomFields": {}, 48 "learningCourseId": "0vYLT00000009Bo2AI", 49 "learningId": "0tyLT00000009LeYAI", 50 "name": "OOPS", 51 "subjectAbbreviation": "" 52 } 53 } 54 ] 55 }, 56 { 57 "learningFoundationItemId": "0wwxx000000004s", 58 "learningAchievementId": "0u9xx000000020DEAQ", 59 "learningAchievementType": "Badge", 60 "minimumNumericGrade": null, 61 "duration": null, 62 "durationUnit": null, 63 "fullfilledBy": [ 64 { 65 "learningOutcomeItem": { 66 "learningOutcomeId": "0uESB00000000WI2AY", 67 "duration": 4, 68 "durationUnit": "Credit Hours" 69 }, 70 "learning": { 71 "type": "Learning Course", 72 "learningCourseId": "0tyxx00000002ppAAA", 73 "name": "Basic Calculus 1", 74 "subjectAbbreviation": "CALC", 75 "courseNumber": 1011, 76 "minimumNumericGrade": 3, 77 "duration": 3, 78 "durationUnit": "" 79 } 80 } 81 ] 82 }, 83 { 84 "learningFoundationItemId": "0wwxx000000004t", 85 "learningAchievementId": "0u9xx000000028HEAQ", 86 "learningAchievementType": "GroupAchievment", 87 "minimumNumericGrade": null, 88 "duration": null, 89 "durationUnit": null, 90 "fullfilledBy": [ 91 { 92 "learningOutcomeItem": { 93 "learningOutcomeId": "0uESB00000000WI2AY", 94 "duration": 4, 95 "durationUnit": "Credit Hours" 96 }, 97 "learning": { 98 "type": "Learning Course", 99 "learningCourseId": "0tyxx00000002ppAAA", 100 "name": "Survey of Calculus 1", 101 "subjectAbbreviation": "CALC", 102 "courseNumber": 2233, 103 "minimumNumericGrade": 3, 104 "duration": 3, 105 "durationUnit": "" 106 } 107 }, 108 { 109 "learningOutcomeItem": { 110 "learningOutcomeId": "0uESB00000000WJ2AY", 111 "duration": 4, 112 "durationUnit": "Credit Hours" 113 }, 114 "learning": { 115 "type": "Learning Course", 116 "learningCourseId": "0tyxx00000002pqAAA", 117 "name": "Analytic Geometry & Calculus 1", 118 "subjectAbbreviation": "AGC", 119 "courseNumber": 501, 120 "minimumNumericGrade": 2, 121 "duration": 3, 122 "durationUnit": "" 123 } 124 } 125 ] 126 } 127 ], 128 "corequisites": [], 129 "recommended": [], 130 "outcomes": [ 131 { 132 "category": "", 133 "duration": 4, 134 "durationUnit": "Credit Hours", 135 "isPrimary": true, 136 "learningAchievementId": "0u9LT00000005anYAA", 137 "learningId": "0tyLT0000000AQnYAM", 138 "learningOutcomeId": "0uELT00000005ZB2AY", 139 "name": "LOI-0000111" 140 }, 141 { 142 "category": "", 143 "duration": 4, 144 "durationUnit": "Credit Hours", 145 "isPrimary": false, 146 "learningAchievementId": "0u9LT00000004oWYAQ", 147 "learningId": "0tyLT0000000AQnYAM", 148 "learningOutcomeId": "0uELT00000005ZC2AY", 149 "name": "LOI-0000112" 150 } 151 ] 152}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| corequisites | Learning Foundation Item[] | List of the corequisites that’s associated with the learning program or course. | Small, 62.0 | 62.0 |
| errors | API Error Details[] | Validation errors for the API parameters. | Small, 62.0 | 62.0 |
| learning | Learning | Details about the learning object. | Small, 62.0 | 62.0 |
| outcomes | Learning Outcome Item[] | List of the learning outcomes that’s associated with the learning program or course. | Small, 62.0 | 62.0 |
| prerequisites | Learning Foundation Item[] | List of the prerequisites that’s associated with the learning program or course. | Small, 62.0 | 62.0 |
| recommended | Learning Foundation Item[] | List of the recommended courses or skills that’s associated with the learning program or course. | Small, 62.0 | 62.0 |
| success | Boolean | Indicates whether the API request is successful (true) or not (false). | Small, 62.0 | 62.0 |