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
-
{ "details": { "success": "boolean", "learningId": "string", "learningCourseId": "string", "learningAchievementIds": [ "string" ], "learningFoundationItemIds": [ "string" ], "learningOutcomeItemIds": [ "string" ], "errors": [ { "field": "string", "message": "string" } ] } }
Property Name | Type | Description | Filter Group and Version | Available Version |
---|---|---|---|---|
errors | API Error Details[] | Details of the processing errors. | Small, 62.0 | 62.0 |
learningAchievementIds | String[] | Learning achievement IDs created or updated with the learning. | Small, 62.0 | 62.0 |
learningCourseId | String | Learning course IDs created or updated with the learning. | Small, 62.0 | 62.0 |
learningFoundationItemIds | 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 |
learningOutcomeItemIds | String[] | Learning outcome IDs created or updated with the learning. | Small, 62.0 | 62.0 |
learningProgramId | 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 |