curl --request GET \ --url https://YOURSITE.konstant.ly/openapi/v1/courses/123/assignments/users \ --header 'X-API-KEY: 1qaz2wsx3edc4rfv1qaz2wsx3edc4rfv'
{ "assignments": [ { "assignedAt": 1443183322, "startedAt": 1443188932, "deadlineAt": 1444188932, "finishedAt": 1443188946, "progressValue": 100, "resultValue": 50, "isCourseStarted": true, "isCourseFinished": true, "isExpired": false, "user": { "id": "1234567890", "name": "John Doe", "email": "john@example.com", "role": { "alias": "learner" } } } ], "totalCount": 1 }
Get the list of users assigned to the course
Show Assignment object properties
Show User object properties
Show Error object properties
Was this page helpful?