Дерево страниц

Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...


Training meeting removed


Блок кода

TrainingMeetingRemoved {
    "meetingId": "<string uuid>",
    "sessionId": "<string uuid>",
    "sourceIds": [
        "<string uuid>",
        "<string uuid>"
    ],
    "removedWithSession": boolean
}

...

Блок кода
UserRegistered {
    "userId": "<string uuid>",
    "departmentId": "<string uuid>",
    "login": "<string>"|null,
    "email": "<string>"|null
}


Course item completed successfully

Блок кода
CourseItemCompletedSuccessfully {
    "courseItemId": "<string uuid>",
    "learnerId": "string uuid>"
    "enrollmentIds": [
        "<string uuid>",
        "<string uuid>"
    "completionDate": "<int nanoseconds>"
}


Course status changed

Блок кода
CourseStatusChanged {
    "courseId": "<string uuid>",
    "learnerId": "<string uuid>",
    "enrollmentId": "<string uuid>"}


Course item status changed 

Блок кода
CourseItemStatusChanged {
    "courseItemId": "<string uuid>",
    "learnerId": "<string uuid>",
    "enrollmentId": "<string uuid>",
}