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 Learnings

Output representation of the results of new learning objects, such as courses or programs.
Sample Output
1{
2  "successeCount": "integer",
3  "failureCount": "integer",
4  "status": "string",
5  "details": [
6    {
7      "success": "boolean",
8      "learningId": "string",
9      "learningCourseId": "string",
10      "learningAchievementIds": [
11        "string"
12      ],
13      "learningFoundationItemIds": [
14        "string"
15      ],
16      "learningOutcomeItemIds": [
17        "string"
18      ],
19      "errors": [
20        {
21          "field": "string",
22          "message": "string"
23        }
24      ]
25    }
26  ]
27}
Property Name Type Description Filter Group and Version Available Version
details Manage Learning[] Details of the learning response. Small, 62.0 62.0
failureCount Integer Number of transactions that failed to be created. Small, 62.0 62.0
status String Status of a bulk transaction. Small, 62.0 62.0
successCount Integer Number of transactions that were created. Small, 62.0 62.0