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.

Manage Learning

Output representation of the result of creating a learning object. The result includes the success status, encountered errors, and IDs of the objects created or associated with the new learning record.
Sample Output
1{
2  "details": {
3    "success": "boolean",
4    "learningId": "string",
5    "learningCourseId": "string",
6    "learningAchievementIds": [
7      "string"
8    ],
9    "learningFoundationItemIds": [
10      "string"
11    ],
12    "learningOutcomeItemIds": [
13      "string"
14    ],
15    "errors": [
16      {
17        "field": "string",
18        "message": "string"
19      }
20    ]
21  }
22}
Property Name Type Description Filter Group and Version Available Version
errors API Error Details[] Details of the processing errors. Small, 62.0 62.0
learning​AchievementIds String[] Learning achievement IDs created or updated with the learning. Small, 62.0 62.0
learning​CourseId String Learning course IDs created or updated with the learning. Small, 62.0 62.0
learning​FoundationItem​Ids String[] Learning foundation IDs created or updated with the learning. Small, 62.0 62.0
learningId String Learning IDs created or updated with the learning. Small, 62.0 62.0
learning​OutcomeItem​Ids String[] Learning outcome IDs created or updated with the learning. Small, 62.0 62.0
learning​ProgramId String Learning program IDs created or updated with the learning. Small, 62.0 62.0
success Boolean Indicates whether the learning creation is successful (true) or not (false). Small, 62.0 62.0