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.
Create Learnings Input
Input representation of the details of the request to create learnings.
- JSON example
-
1{ 2 "learnings": [ 3 { 4 "learning": { 5 "type": "Learning Course", 6 "name": "Advanced Data Structures and Algorithms", 7 "provider": "001LT000009puL0YAI", 8 "description": "This course covers advanced concepts in data structures and algorithms, with a focus on efficient problem-solving and coding techniques.", 9 "courseLevelDescription": "Graduate-level course focusing on advanced data structures and algorithms.", 10 "subjectAbbreviation": "CS", 11 "fieldOfStudy": "Computer Science", 12 "courseNumber": 601, 13 "active": true, 14 "activeFromDate": "2024-09-01T00:00:00.00Z", 15 "activeToDate": "2025-12-31T23:59:59.00Z", 16 "duration": 4, 17 "durationUnit": "Credit Hours", 18 "cipCode": "11.0101", 19 "academicLevel": "Graduate" 20 }, 21 "prerequisites": [ 22 { 23 "type": "Group Achievement", 24 "achievementContributors": [ 25 { 26 "id": "0tyLT00000009LOYAY", 27 "minimumGrade": 7, 28 "type": "Learning" 29 }, 30 { 31 "id": "0tyLT00000009LPYAY", 32 "minimumGrade": 6.5, 33 "type": "Learning" 34 } 35 ] 36 } 37 ], 38 "corequisites": [ 39 { 40 "type": "Single Achievement", 41 "minimumGrade": 3, 42 "duration": 3, 43 "durationUnit": "Credit Hours", 44 "learningId": "0tyLT00000009LQYAY" 45 } 46 ], 47 "recommended": [ 48 { 49 "type": "Single Achievement", 50 "minimumGrade": 3, 51 "duration": 3, 52 "durationUnit": "Credit Hours", 53 "learningId": "0tyLT00000009LRYAY" 54 } 55 ], 56 "outcomes": [ 57 { 58 "type": "Single Achievement", 59 "minimumGrade": 3, 60 "duration": 4, 61 "durationUnit": "Credit Hours", 62 "learningAchievementId": "0u9LT00000004oWYAQ" 63 } 64 ] 65 } 66 ] 67} - Properties
-
Name Type Description Required or Optional Available Version learnings Create Learning Input[] List of learning requests to be created. Required 62.0