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
Output representation of the details of an instructional object, which can be made
available as a course, program, or an on-site experience for a contact.
- Sample Output
-
1{ 2 "learningId": "0tyxx00000002t3", 3 "type": "Learning Course", 4 "name": "Basic Cloud Computing", 5 "provider": "001xx000003GehfAAC", 6 "description": "Basic Cloud Computing Course", 7 "activeFromDate": "2020-01-01T12:00:00.00Z", 8 "activeToDate": "2024-01-02T12:00:00.00Z", 9 "duration": 6, 10 "durationUnit": "Credit Hours", 11 "cipCode": "01.0000", 12 "academicLevel": "Graduate", 13 "active": true 14}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| academicLevel | String | Academic level of the learning. Valid values are:
|
Small, 62.0 | 62.0 |
| active | Boolean | Indicates whether the learning is active (true) or not (false). | Small, 62.0 | 62.0 |
| activeFromDate | String | Start date of the learning's active period. | Small, 62.0 | 62.0 |
| activeToDate | String | End date of the learning's active period. | Small, 62.0 | 62.0 |
| cipCode | String | Classification of the instructional programming code that identifies the program or field of study. | Small, 62.0 | 62.0 |
| description | String | Description of the learning framework. | Small, 62.0 | 62.0 |
| duration | Double | Allocated length of time for completion of the learning. | Small, 62.0 | 62.0 |
| durationUnit | String | Unit of measurement for the length of time for completion. Valid values are:
|
Small, 62.0 | 62.0 |
| learningId | String | Unique ID of the learning program. | Small, 62.0 | 62.0 |
| name | String | Name of the learning program. | Small, 62.0 | 62.0 |
| provider | String | Account of the institution that provides the learning program plan. | Small, 62.0 | 62.0 |
| type | String | Type of the academic learning. | Small, 62.0 | 62.0 |