X-Auth-Account-Url (required) | The base URL of the account, e.g. https://myaccount.ispringlearn.com |
X-Auth-Email (required) | The login of Account Owner and Account Administrator. |
X-Auth-Password (required) | The password of Account Owner and Account Administrator. |
Parameter | Description |
---|
subscriberName (required) | The name of an existing subscriber. |
subscription | An array of data with subscription settings. |
subscription.subscriptionType | The type of event the user has subscribed to: |
subscription.params | An array of data with possible parameters (filters) by event: - LEARNERS_ENROLLED_IN_COURSE (userIds, courseIds)
- TRAINING_SESSION_PARTICIPANTS_ADDED (userIds)
- TRAINING_SESSION_PARTICIPANT_REMOVED (userIds)
- COURSE_COMPLETED_SUCCESSFULLY (userIds, courseIds)
- COURSE_ITEM_COMPLETED_SUCCESSFULLY (userIds, courseItemIds)
- COURSE_STATUS_CHANGED(userIds, courseIds)
- COURSE_ITEM_STATUS_CHANGED(userIds, courseItemIds)
|