Login

Course commenced

The Course commenced webhook is called when a learner begins studying a course. It contains course info, student details, and timestamps.

Example

json
{
    "id": null,
    "completed": null,
    "commenced": "2022-06-06T02:51:25+00:00",
    "score": null,
    "passed": false,
    "progress_percent": 0,
    "score_percent": 0,
    "total_time": 0,
    "student_name": "Sally Student",
    "user": {
        "id": 4,
        "username": "sally_student",
        "firstname": "Sally",
        "lastname": "Student",
        "avatar": "https://static.ecoach.com/uploads/client/1100/global/??????.jpeg",
        "email": "sally-student@coassemble.com",
        "email_verified": false,
        "active": true,
        "created": "2015-03-09T13:00:00+00:00",
        "timezone": "Australia/Sydney"
    },
    "accreditable_user": {
        "custom_value": null,
        "dtype": "accreditableuser"
    },
    "course": {
        "id": 10,
        "code": "HTD",
        "title": "How to train a dragon"
    },
    "group": {
        "id": 10,
        "name": "Sydney",
        "dtype": "group"
    },
    "groups": null,
    "report_url": "https://mytrainingacademy.coassemble.com/rest/builder/report/course/10/student/4",
    "event": "course_commenced"
}
12345678910111213141516171819202122232425262728293031323334353637383940