User Progress
APIs
Get All User Mission Progress
Get All User Learning Target Progress
Examples
Get All User Learning Target Progress
query GetTargetProgress {
getAllTargetProgress(courseId: "sample") {
student,
target {
targetName
}
objectives {
objectiveId
objectiveName
tasks {
task {
name
}
mastery
}
}
}
}Get All User Mission Progress
Last updated
Was this helpful?