...
Параметр | Описание |
---|---|
type | Тип сообщения. |
payloads | Массив сообщений. |
...
Схемы сообщений
COURSE_COMPLETED_SUCCESSFULLY
...
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>",
} |
LEARNERS_ENROLLED_IN_COURSE
Блок кода |
---|
LearnersEnrolledInCourse {
"learnerIds": [
"<string uuid>",
"<string uuid>"
],
"courseId": "<string uuid>"
} |
TRAINING_MEETING_ADDED
Блок кода |
---|
TrainingMeetingAdded {
"meetingId": "<string uuid>",
"sessionId": "<string uuid>",
"sourceIds": [
"<string uuid>",
"<string uuid>"
]
} |
...
TRAINING_MEETING_UPDATED
Блок кода |
---|
{ "time_range", "location", "url" } TrainingMeetingUpdated { "meetingId": "<string uuid>", "sessionId": "<string uuid>">, "updatedAttributes": "<MeetingUpdatedMessageAttribute><string[] (time_range|location|url)>" } |
TRAINING_SESSION_PARTICIPANT_REMOVED
...