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