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
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