Newer Version Available

This content describes an older version of this product. View Latest

Achievement Contributor Input

Input representation of contributor for a group achievement mapping.
JSON example
1{
2  "achievementContributors": [
3    {
4      "id": "String",
5      "minimumGrade": "Double",
6      "type": "AchievementContributorTypeEnum",
7      "courseExternalId": {
8        "fieldName": "external_course_id",
9        "fieldValue": "12345"
10      },
11      "programExternalId": {
12        "fieldName": "program_course_id",
13        "fieldValue": "12345"
14      }
15    }
16  ]
17}
Properties
Name Type Description Required or Optional Available Version
courseExternalId Edu External ID Details Input External ID of the course. Optional 62.0
id String ID that contributes to this group achievement. Optional 62.0
minimumGrade Double Minimum grade required for given achievement. Optional 62.0
programExternalId Edu External ID Details Input External ID of the program. Optional 62.0
type String Type of contributor for given group achievement. Optional 62.0