curl --request GET \ --url https://YOURSITE.konstant.ly/openapi/v1/courses/123/assignments/groups \ --header 'X-API-KEY: 1qaz2wsx3edc4rfv1qaz2wsx3edc4rfv'
{ "assignments": [ { "assignedAt": 1443183322, "deadlineAt": 0, "deadlinePeriod": { "measure": "months", "value": 3 }, "group": { "id": 1, "parentId": null, "name": "Sales Team", "usersCount": 10, "coursesCount": 5 } } ], "totalCount": 1 }
Get the list of groups assigned to the course
Show Assignment object properties
Show Deadline period properties
Show Group object properties
Show Error object properties
Was this page helpful?